From 6b54d6d06c369c53a80b63b36d23fafa9b93c00c Mon Sep 17 00:00:00 2001 From: zab Date: Mon, 10 May 2004 22:56:34 +0000 Subject: [PATCH] - trivial fox for llog compile warning --- lustre/lvfs/llog_lvfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.8.3.1