On Mon, Feb 19, 2024 at 07:27:08 AM +0100, Christoph Hellwig wrote: > Hi all, > > this series refactors and simplifies the code in the xfs xfile > abstraction, which is a thing layer on a kernel-use shmem file. > > To do this is needs a slighly lower level exports from shmem.c, > which I combined with improving an assert and documentation there. > > As per the previous discussion this should probably be merged through > the xfs tree. > Can XFS developers please review the following patches, xfs: use VM_NORESERVE in xfile_create xfs: use shmem_kernel_file_setup in xfile_create xfs: remove xfile_{get,put}_page -- Chandan