diff options
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 5bb87e0216f5..109e12d21a36 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -1027,7 +1027,7 @@ void destroy_gc_caches(void); | |||
1027 | /* | 1027 | /* |
1028 | * recovery.c | 1028 | * recovery.c |
1029 | */ | 1029 | */ |
1030 | void recover_fsync_data(struct f2fs_sb_info *); | 1030 | int recover_fsync_data(struct f2fs_sb_info *); |
1031 | bool space_for_roll_forward(struct f2fs_sb_info *); | 1031 | bool space_for_roll_forward(struct f2fs_sb_info *); |
1032 | 1032 | ||
1033 | /* | 1033 | /* |