[f2fs-dev] [PATCH] f2fs: add missing argument to f2fs_setxattr stub

2016-03-14 Thread Arnd Bergmann
The f2fs_setxattr() prototype for CONFIG_F2FS_FS_XATTR=n has been wrong for a long time, since 8ae8f1627f39 ("f2fs: support xattr security labels"), but there have never been any callers, so it did not matter. Now, the function gets called from f2fs_ioc_keyctl(), which causes a build failure:

[f2fs-dev] [PATCH RT 19/22] f2fs: Mutex cant be used by down_write_nest_lock()

2016-03-14 Thread Steven Rostedt
4.1.15-rt18-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Yang Shi fsf2_lock_all() calls down_write_nest_lock() to acquire a rw_sem and check a mutex, but down_write_nest_lock() is designed for two rw_sem accoring to

Re: [f2fs-dev] [PATCH] f2fs: mutex can't be used by down_write_nest_lock()

2016-03-14 Thread Jaegeuk Kim
On Tue, Mar 01, 2016 at 04:59:39PM +0800, Chao Yu wrote: > Hi Yang, > > > -Original Message- > > From: Yang Shi [mailto:yang@linaro.org] > > Sent: Saturday, February 27, 2016 8:25 AM > > To: jaeg...@kernel.org; cm224@samsung.com; chao2...@samsung.com; > > t...@linutronix.de; > >

[f2fs-dev] [PATCH RT 17/20] f2fs: Mutex cant be used by down_write_nest_lock()

2016-03-14 Thread Steven Rostedt
3.18.27-rt27-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Yang Shi fsf2_lock_all() calls down_write_nest_lock() to acquire a rw_sem and check a mutex, but down_write_nest_lock() is designed for two rw_sem accoring to

[f2fs-dev] [PATCH RT 14/17] f2fs: Mutex cant be used by down_write_nest_lock()

2016-03-14 Thread Steven Rostedt
3.14.61-rt64-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Yang Shi fsf2_lock_all() calls down_write_nest_lock() to acquire a rw_sem and check a mutex, but down_write_nest_lock() is designed for two rw_sem accoring to

[f2fs-dev] [PATCH v2 1/2] fsck.f2fs: check dirent position

2016-03-14 Thread Chao Yu
This patch enables fsck.f2fs to detect incorrect position where dirent locates in an hierarchical hash structure directory. Signed-off-by: Chao Yu --- v2: - just do the check for non-inline directory. - fix the wrong page offset skipped. fsck/fsck.c | 85