Re: [PATCH v3 1/1] fs: move kernel_read_file* to its own include file

From: Greg Kroah-Hartman
Date: Wed Jul 01 2020 - 12:55:30 EST


On Wed, Jun 17, 2020 at 09:12:18AM -0700, Scott Branden wrote:
> 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 <hch@xxxxxx>
> Signed-off-by: Scott Branden <scott.branden@xxxxxxxxxxxx>

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>