Re: [f2fs-dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken symlink after POR

2015-04-16 Thread Jaegeuk Kim
rnel.org; > > linux-f2fs-devel@lists.sourceforge.net > > Cc: Jaegeuk Kim > > Subject: [f2fs-dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken > > symlink after POR > > > > This patch tries to avoid broken symlink case after POR in best effort. > >

Re: [f2fs-dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken symlink after POR

2015-04-16 Thread Chao Yu
dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken > symlink after POR > > This patch tries to avoid broken symlink case after POR in best effort. > This results in performance regression. > But, if f2fs has inline_data and the target path is under 3KB-sized long, > the page

[f2fs-dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken symlink after POR

2015-04-16 Thread Jaegeuk Kim
This patch tries to avoid broken symlink case after POR in best effort. This results in performance regression. But, if f2fs has inline_data and the target path is under 3KB-sized long, the page would be stored in its inode_block, so that there would be no performance regression. Note that, if use