Re: [f2fs-dev] [PATCH] f2fs: add ioctl to expose current features

2017-07-26 Thread Chao Yu
Hi Jaegeuk, I noted that the patch ("f2fs: give a try to do atomic write in -ENOMEM case") hasn't been sent to mailing list before been merged. Could you please send it out, and please add: Reviewed-by: Chao Yu Thanks, On 2017/7/22 4:11, Jaegeuk Kim wrote: > This patch adds an ioctl to provid

Re: [f2fs-dev] [PATCH] f2fs: add ioctl to expose current features

2017-07-26 Thread Chao Yu
On 2017/7/22 4:11, Jaegeuk Kim wrote: > This patch adds an ioctl to provide feature information to user. > For exapmle, SQLite can use this ioctl to detect whether f2fs support atomic > write or not. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, > --- > fs/f2fs/f2fs.h | 2 ++ >