diff options
author | Eric Biggers <ebiggers@google.com> | 2019-08-05 04:35:43 +0200 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2019-08-13 04:05:06 +0200 |
commit | 7af0ab0d3aab951518b0d520f95e9f6b1995ec69 (patch) | |
tree | 313d5b184098be40eec2beda3e3e5002d98005c2 /MAINTAINERS | |
parent | fscrypt: use ENOPKG when crypto API support missing (diff) | |
download | linux-7af0ab0d3aab951518b0d520f95e9f6b1995ec69.tar.xz linux-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-- | MAINTAINERS | 1 |
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 |