[f2fs-dev] [PATCH] f2fs: remove the needless parameter of f2fs_wait_on_page_writeback

2014-01-09 Thread Yuan Zhong
"boo sync" parameter is never referenced in f2fs_wait_on_page_writeback. We should remove this parameter. Signed-off-by: Yuan Zhong --- fs/f2fs/data.c|2 +- fs/f2fs/f2fs.h|2 +- fs/f2fs/gc.c |4 ++-- fs/f2fs/inline.c |2 +- fs/f2fs/inode.c |2 +- fs/f2fs/segme

Re: [f2fs-dev] assertion failed

2014-01-09 Thread Jaegeuk Kim
Hi, Did you get the latest from: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git? Since this log shows the line number differently from the latest source codes. For example, [fsck_chk_dentry_blk: 509] le32_to_cpu(de_blk->dentry[i].hash_code) == hash_code should be: [fsck_ch

[f2fs-dev] [SPAM] CHRISTMAS SALE!! luxury watches Treat loved ones! +discount.

2014-01-09 Thread VIP goods
Expedite- jewelry etc. . order on the site. - http://x.co/2yBpP <>-- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Developmen

[f2fs-dev] [PATCH] f2fs: update documents and a MAINTAINERS entry

2014-01-09 Thread Jaegeuk Kim
This patch adds missing some description of sysfs entries in - Documentation/ABI/testing/sysfs-fs-f2fs - Documentation/filesystems/f2fs.txt. And it adds a maintained document entry of F2FS in MAINTAINERS. Signed-off-by: Jaegeuk Kim --- Documentation/ABI/testing/sysfs-fs-f2fs | 31

Re: [f2fs-dev] [patch] f2fs: checking for IS_ERR() instead of NULL

2014-01-09 Thread Jaegeuk Kim
Thank you for the patch. This was already fixed in the original patch with an issue trigger by Chao Yu before. I rebased it before, so that it seems you need to pull the f2fs again. Thanks, 2014-01-09 (목), 08:28 +0300, Dan Carpenter: > grab_cache_page_write_begin() returns NULL on error, it doesn'