OSDN Git Service

f2fs: enable inline_xattr by default
authorChao Yu <yuchao0@huawei.com>
Wed, 8 Feb 2017 09:39:44 +0000 (17:39 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 23 Feb 2017 18:21:49 +0000 (10:21 -0800)
commit39133a5015e2fa405a0387053d65580988a6a1bc
tree15338ddf8baf2b9a438e37051c555ecf2d7ef594
parent23cf7212a1cae2158dcf5f41d9733d59e320f8f6
f2fs: enable inline_xattr by default

In android, since SElinux is enable, security policy will be appliedd for
each file, it stores in inode as an xattr entry, so it will take one 4k
size node block additionally for each file.

Let's enable inline_xattr by default in order to save storage space.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c