]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0b3508f0769f4cd19aac46ba7595810c8afa64b
tree15338ddf8baf2b9a438e37051c555ecf2d7ef594
parentfe385ccae9b943bef66b8aa0c6534f21cd235124
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