summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-08-04 19:35:43 -0700
committerEric Biggers <ebiggers@google.com>2019-08-12 19:05:06 -0700
commit7af0ab0d3aab951518b0d520f95e9f6b1995ec69 (patch)
tree313d5b184098be40eec2beda3e3e5002d98005c2 /MAINTAINERS
parent29a98c1caf7b37b12a79eee7f839bf2924593c1c (diff)
downloadlinux-stable-7af0ab0d3aab951518b0d520f95e9f6b1995ec69.tar.gz
linux-stable-7af0ab0d3aab951518b0d520f95e9f6b1995ec69.tar.bz2
linux-stable-7af0ab0d3aab951518b0d520f95e9f6b1995ec69.zip
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
More fscrypt definitions are being added, and we shouldn't use a disproportionate amount of space in <linux/fs.h> for fscrypt stuff. So move the fscrypt definitions to a new header <linux/fscrypt.h>. For source compatibility with existing userspace programs, <linux/fs.h> still includes the new header. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a2c343ee3b2c..714ffdaaa920 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6603,6 +6603,7 @@ T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git
S: Supported
F: fs/crypto/
F: include/linux/fscrypt*.h
+F: include/uapi/linux/fscrypt.h
F: Documentation/filesystems/fscrypt.rst
FSI SUBSYSTEM