f2fs: enable fast symlink by utilizing inline data
authorWanpeng Li <wanpeng.li@linux.intel.com>
Thu, 19 Mar 2015 05:23:48 +0000 (13:23 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:48 +0000 (15:08 -0700)
commit368a0e40b5aedb036de3d78333571c8689869490
tree62219fe0f52a60b9b1219b0ea20cfef1604f7aef
parent8ce67cb07dbf6ba35aea1e07e8ad1ea004ced27b
f2fs: enable fast symlink by utilizing inline data

Fast symlink can utilize inline data flow to avoid using any
i_addr region, since we need to handle many cases such as
truncation, roll-forward recovery, and fsck/dump tools.

Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c