On Fri, 2020-07-24 at 14:36 -0700, Kees Cook wrote: > From: Scott Branden <[email protected]> > > Move kernel_read_file* out of linux/fs.h to its own linux/kernel_read_file.h > include file. That header gets pulled in just about everywhere > and doesn't really need functions not related to the general fs interface. > > Suggested-by: Christoph Hellwig <[email protected]> > Signed-off-by: Scott Branden <[email protected]> > Reviewed-by: Christoph Hellwig <[email protected]> > Acked-by: Greg Kroah-Hartman <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Mimi Zohar <[email protected]>

