On Fri, Jul 26, 2019 at 03:41:26PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebigg...@google.com> > > 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. > > Signed-off-by: Eric Biggers <ebigg...@google.com>
Looks good, feel free to add: Reviewed-by: Theodore Ts'o <ty...@mit.edu>