diff options
Diffstat (limited to 'e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/e2fsck.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index c169ed40d..6f3fd7eda 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c | |||
@@ -2891,7 +2891,7 @@ static void mark_inode_bad(e2fsck_t ctx, ino_t ino); | |||
2891 | static void handle_fs_bad_blocks(e2fsck_t ctx); | 2891 | static void handle_fs_bad_blocks(e2fsck_t ctx); |
2892 | static void process_inodes(e2fsck_t ctx, char *block_buf); | 2892 | static void process_inodes(e2fsck_t ctx, char *block_buf); |
2893 | static int process_inode_cmp(const void *a, const void *b); | 2893 | static int process_inode_cmp(const void *a, const void *b); |
2894 | static errcode_t scan_callback(ext2_filsys fs, ext2_inode_scan scan, | 2894 | static errcode_t scan_callback(ext2_filsys fs, |
2895 | dgrp_t group, void * priv_data); | 2895 | dgrp_t group, void * priv_data); |
2896 | static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, | 2896 | static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, |
2897 | char *block_buf, int adjust_sign); | 2897 | char *block_buf, int adjust_sign); |
@@ -3721,7 +3721,6 @@ endit: | |||
3721 | * glock group, call process_inodes. | 3721 | * glock group, call process_inodes. |
3722 | */ | 3722 | */ |
3723 | static errcode_t scan_callback(ext2_filsys fs, | 3723 | static errcode_t scan_callback(ext2_filsys fs, |
3724 | ext2_inode_scan scan FSCK_ATTR((unused)), | ||
3725 | dgrp_t group, void * priv_data) | 3724 | dgrp_t group, void * priv_data) |
3726 | { | 3725 | { |
3727 | struct scan_callback_struct *scan_struct; | 3726 | struct scan_callback_struct *scan_struct; |