Re: [f2fs-dev] [PATCH 03/12] f2fs: convert inline_data for various fallocate

2015-06-29 Thread Chao Yu
> -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, June 30, 2015 2:39 AM > To: linux-ker...@vger.kernel.org; linux-fsde...@vger.kernel.org; > linux-f2fs-devel@lists.sourceforge.net > Cc: Jaegeuk Kim > Subject: [f2fs-dev] [PATCH

[f2fs-dev] [PATCH 03/12] f2fs: convert inline_data for various fallocate

2015-06-29 Thread Jaegeuk Kim
For newly added fallocate types, it should convert inline_data before handling block swapping. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index ada2a3d..1b67215 100644 --- a/fs/f2fs/file.c +++