RE: [f2fs-dev] [PATCH 2/6] f2fs: convert inline_data for punch_hole

2014-01-05 Thread Jaegeuk Kim
nel@vger.kernel.org; > > linux-f2fs-de...@lists.sourceforge.net > > Subject: [f2fs-dev] [PATCH 2/6] f2fs: convert inline_data for punch_hole > > > > In the punch_hole(), let's convert inline_data all the time for simplicity > > and > > to avoid p

RE: [f2fs-dev] [PATCH 2/6] f2fs: convert inline_data for punch_hole

2013-12-30 Thread Chao Yu
fs-dev] [PATCH 2/6] f2fs: convert inline_data for punch_hole > > In the punch_hole(), let's convert inline_data all the time for simplicity and > to avoid potential deadlock conditions. > It is pretty much not a big deal to do this. > > Signed-off-by: Jaegeuk Kim Revie

[PATCH 2/6] f2fs: convert inline_data for punch_hole

2013-12-26 Thread Jaegeuk Kim
In the punch_hole(), let's convert inline_data all the time for simplicity and to avoid potential deadlock conditions. It is pretty much not a big deal to do this. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --