On Thu, Oct 11, 2018 at 4:43 PM Christoph Hellwig wrote:
>
> > -EXPORT_SYMBOL(vfs_clone_file_prep_inodes);
> > +EXPORT_SYMBOL(vfs_clone_file_prep);
>
> Btw, why isn't this EXPORT_SYMBOL_GPL? It is rather Linux internal
> code, including some that I wrote which you lifted into the core
> in "vfs:
> -EXPORT_SYMBOL(vfs_clone_file_prep_inodes);
> +EXPORT_SYMBOL(vfs_clone_file_prep);
Btw, why isn't this EXPORT_SYMBOL_GPL? It is rather Linux internal
code, including some that I wrote which you lifted into the core
in "vfs: refactor clone/dedupe_file_range common functions".