commit | be9d93661d548a41bb8f135b9953191f0fb2e44b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 19 07:27:14 2024 +0100 |
committer | Chandan Babu R <chandanbabu@kernel.org> | Wed Feb 21 11:36:51 2024 +0530 |
tree | df9ac6629ea100475b53956cff59e45a22c6e38d | |
parent | d7468609ee0f90ceb24143a32edc47d433d1dbba [diff] |
shmem: export shmem_kernel_file_setup XFS wants to use this for it's internal in-memory data structures and currently duplicates the functionality. Export shmem_kernel_file_setup to allow XFS to switch over to using the proper kernel API. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Matthew Wilcox (Oracle)" <willy@infradead.org> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>