[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 jaegeuk@samsung.com ---

[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 dddgr.jpg-- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads,

[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 yuan.mark.zh...@samsung.com --- fs/f2fs/data.c|2 +- fs/f2fs/f2fs.h|2 +- fs/f2fs/gc.c |4 ++-- fs/f2fs/inline.c |2 +- fs/f2fs/inode.c