diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-07 08:23:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-07 08:23:17 -0800 |
commit | b39a07a5e073ba783cd86b60c77044587ddbf8a1 (patch) | |
tree | 6920d9c29f237f66633854f42eedbc18052ced06 /MAINTAINERS | |
parent | f90d64483ebd394958841f67f8794ab203b319a7 (diff) | |
parent | e108921894289d7479dae379cc00642802f33326 (diff) | |
download | linux-b39a07a5e073ba783cd86b60c77044587ddbf8a1.tar.bz2 |
Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull dtype handling cleanups from Jan Kara:
"A reworked dtype cleanup patches based on your feedback to the
previous version of these.
Again the series includes only the generic code and ext2 cleanup as a
sample. The plan is to push cleanups for other filesystems separately
through respective trees once the generic code lands to reduce the
number of conflicts"
* tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
ext2: use common file type conversion
fs: common implementation of file type
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ae76b5853ffe..da7470cf3c2b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5947,6 +5947,7 @@ L: linux-fsdevel@vger.kernel.org S: Maintained F: fs/* F: include/linux/fs.h +F: include/linux/fs_types.h F: include/uapi/linux/fs.h FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |