From 368a0e40b5aedb036de3d78333571c8689869490 Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Thu, 19 Mar 2015 13:23:48 +0800 Subject: [PATCH] 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 Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed