diff options
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index d506db2ac..a0f691606 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c | |||
@@ -2286,7 +2286,6 @@ err_out: | |||
2286 | fix_problem(ctx, PR_0_ERR_MOVE_JOURNAL, &pctx); | 2286 | fix_problem(ctx, PR_0_ERR_MOVE_JOURNAL, &pctx); |
2287 | fs->super->s_state &= ~EXT2_VALID_FS; | 2287 | fs->super->s_state &= ~EXT2_VALID_FS; |
2288 | ext2fs_mark_super_dirty(fs); | 2288 | ext2fs_mark_super_dirty(fs); |
2289 | return; | ||
2290 | } | 2289 | } |
2291 | 2290 | ||
2292 | /* | 2291 | /* |
@@ -7328,8 +7327,6 @@ static void fix_dotdot(e2fsck_t ctx, struct dir_info *dir, ext2_ino_t parent) | |||
7328 | ext2fs_unmark_valid(fs); | 7327 | ext2fs_unmark_valid(fs); |
7329 | } | 7328 | } |
7330 | dir->dotdot = parent; | 7329 | dir->dotdot = parent; |
7331 | |||
7332 | return; | ||
7333 | } | 7330 | } |
7334 | 7331 | ||
7335 | /* | 7332 | /* |
@@ -11969,7 +11966,6 @@ static void check_super_block(e2fsck_t ctx) | |||
11969 | * Move the ext3 journal file, if necessary. | 11966 | * Move the ext3 journal file, if necessary. |
11970 | */ | 11967 | */ |
11971 | e2fsck_move_ext3_journal(ctx); | 11968 | e2fsck_move_ext3_journal(ctx); |
11972 | return; | ||
11973 | } | 11969 | } |
11974 | 11970 | ||
11975 | /* | 11971 | /* |
@@ -12666,7 +12662,6 @@ static void check_mount(e2fsck_t ctx) | |||
12666 | printf(_("check aborted.\n")); | 12662 | printf(_("check aborted.\n")); |
12667 | exit (0); | 12663 | exit (0); |
12668 | } | 12664 | } |
12669 | return; | ||
12670 | } | 12665 | } |
12671 | 12666 | ||
12672 | static int is_on_batt(void) | 12667 | static int is_on_batt(void) |