OSDN Git Service

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>
Mon, 9 Jul 2018 00:28:28 +0000 (17:28 -0700)
commit17f85d070886c69dd5bc5f32dc4fcdbd24199a7a
tree4b00e284b56fb3b13003be68671b3ced43b7bcb8
parent3e90db63fcfcac8c406704b165597d2a33de4450
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