Skip to content
Snippets Groups Projects
Commit 6b54d6d0 authored by Zach Brown's avatar Zach Brown
Browse files

- trivial fox for llog compile warning

parent 2e4f63da
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment