summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2020-11-02 14:21:31 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2020-11-02 08:33:02 -0800
commitfa4320cefb8537a70cc28c55d311a1f569697cd3 (patch)
tree596c685e2223c8a86ac0c21bffb26e92664362da /MAINTAINERS
parent7a6e59d719ef0ec9b3d765cba3ba98ee585cbde3 (diff)
downloadlinux-fa4320cefb8537a70cc28c55d311a1f569697cd3.tar.gz
linux-fa4320cefb8537a70cc28c55d311a1f569697cd3.tar.bz2
linux-fa4320cefb8537a70cc28c55d311a1f569697cd3.zip
f2fs: move ioctl interface definitions to separated file
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b516bb34a8d5..13d8fbd74d72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6681,6 +6681,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>