f2fs: fix to show missing bits in FS_IOC_GETFLAGS
authorChao Yu <yuchao0@huawei.com>
Sun, 8 Apr 2018 03:27:14 +0000 (11:27 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Jun 2018 21:39:39 +0000 (14:39 -0700)
commit0be91d342a816361cc26a86155ba268f7a991596
tree62f8defd0f12880f17a3d2adb993fd18be468f8b
parentdbfe915c2cf69184c70cec0b1ef67f43e0a0f211
f2fs: fix to show missing bits in FS_IOC_GETFLAGS

This patch fixes to show missing encrypt/inline_data flag in
FS_IOC_GETFLAGS like ext4 does.

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