Re: [PATCH v3 06/19] fs/kernel_read_file: Split into separate include file

2020-07-27 Thread Mimi Zohar
On Fri, 2020-07-24 at 14:36 -0700, Kees Cook wrote: > From: Scott Branden > > 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.

[PATCH v3 06/19] fs/kernel_read_file: Split into separate include file

2020-07-24 Thread Kees Cook
From: Scott Branden 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 Signed-off-by: Scott Branden