]> asedeno.scripts.mit.edu Git - linux.git/commit
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
authorEric Biggers <ebiggers@google.com>
Mon, 5 Aug 2019 02:35:43 +0000 (19:35 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 13 Aug 2019 02:05:06 +0000 (19:05 -0700)
commit7af0ab0d3aab951518b0d520f95e9f6b1995ec69
tree313d5b184098be40eec2beda3e3e5002d98005c2
parent29a98c1caf7b37b12a79eee7f839bf2924593c1c
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>
MAINTAINERS
include/linux/fscrypt.h
include/uapi/linux/fs.h
include/uapi/linux/fscrypt.h [new file with mode: 0644]