diff options
author | Chao Yu <yuchao0@huawei.com> | 2020-11-02 14:21:31 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-19 10:13:00 +0200 |
commit | b7ff0885de7ebf70a0fdd0378a118bbda5fbd1d6 (patch) | |
tree | de1fb7ba8b83246ab81cea30d9ad858e34159348 /MAINTAINERS | |
parent | 997d24a932a9b6e2040f39a8dd76e873e6519a1c (diff) | |
download | linux-stable-b7ff0885de7ebf70a0fdd0378a118bbda5fbd1d6.tar.gz linux-stable-b7ff0885de7ebf70a0fdd0378a118bbda5fbd1d6.tar.bz2 linux-stable-b7ff0885de7ebf70a0fdd0378a118bbda5fbd1d6.zip |
f2fs: move ioctl interface definitions to separated file
[ Upstream commit fa4320cefb8537a70cc28c55d311a1f569697cd3 ]
Like other filesystem does, we introduce a new file f2fs.h in path of
include/uapi/linux/, and move f2fs-specified ioctl interface definitions
to that file, after then, in order to use those definitions, userspace
developer only need to include the new header file rather than
copy & paste definitions from fs/f2fs/f2fs.h.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 24cdfcf334ea..4fef10dd2975 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6694,6 +6694,7 @@ F: Documentation/filesystems/f2fs.rst F: fs/f2fs/ F: include/linux/f2fs_fs.h F: include/trace/events/f2fs.h +F: include/uapi/linux/f2fs.h F71805F HARDWARE MONITORING DRIVER M: Jean Delvare <jdelvare@suse.com> |