Whamcloud - gitweb
- trivial fox for llog compile warning
authorzab <zab>
Mon, 10 May 2004 22:56:34 +0000 (22:56 +0000)
committerzab <zab>
Mon, 10 May 2004 22:56:34 +0000 (22:56 +0000)
lustre/lvfs/llog_lvfs.c

index 66e9686..4b4d90e 100644 (file)
@@ -914,8 +914,8 @@ int llog_lvfs_prev_block(struct llog_handle *loghandle,
         return 0;
 }
 
-int llog_lvfs_next_block(struct llog_handle *loghandle, 
-                         int next_idx, void *buf, int len)
+int llog_lvfs_next_block(struct llog_handle *h, int *curr_idx,
+                         int next_idx, __u64 *offset, void *buf, int len)
 {
         LBUG();
         return 0;