commit | 2c1d03056991286c689be3348fb8b844bcd20e23 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sat Jul 29 00:32:52 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jul 31 16:48:35 2017 -0700 |
tree | 044adf55ff36b2d10c2ba0faca36b3cbe035639b | |
parent | b6a245eb34cd935f48235e1160d8b7539b228e8e [diff] |
f2fs: support F2FS_IOC_FS{GET,SET}XATTR This patch adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR ioctl interface support for f2fs. The interface is kept consistent with the one of ext4/xfs. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>