[f2fs-dev] [f2fs.fsck] status report show fails

2014-07-11 Thread Petar Koretić
Hi guys. I've been using f2fs on my primary SSD disk and laptop from April 17, 2013. I really didn't have any problems but lately I've started to see some. For example, data is not being saved or after reboot old data is loaded. I haven't really taken a deeper look into it yet but that's not dire

[f2fs-dev] [PATCH 1/2] f2fs: cleanup the needless return of f2fs_create_root_stats

2014-07-11 Thread Gu Zheng
Signed-off-by: Gu Zheng --- fs/f2fs/debug.c | 17 + 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index b52c12c..3f99266 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c @@ -345,21 +345,14 @@ void __init f2fs_create_root_stat

[f2fs-dev] [PATCH 2/2] f2fs: remove the unused stat_lock

2014-07-11 Thread Gu Zheng
Signed-off-by: Gu Zheng --- fs/f2fs/f2fs.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index ae3b4ac..8f507d4 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1298,7 +1298,6 @@ bool space_for_roll_forward(struct f2fs_sb_info *); st