From: zab Date: Mon, 10 May 2004 22:56:34 +0000 (+0000) Subject: - trivial fox for llog compile warning X-Git-Tag: 1.2.2~39 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6b54d6d06c369c53a80b63b36d23fafa9b93c00c;p=fs%2Flustre-release.git - trivial fox for llog compile warning --- diff --git a/lustre/lvfs/llog_lvfs.c b/lustre/lvfs/llog_lvfs.c index 66e9686..4b4d90e 100644 --- a/lustre/lvfs/llog_lvfs.c +++ b/lustre/lvfs/llog_lvfs.c @@ -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;