]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove __xfs_filemap_fault
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Oct 2024 15:11:59 +0000 (16:11 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 5 Nov 2024 12:52:57 +0000 (13:52 +0100)
commita7fd3327d3ba208e1086ef972162fb54c7fb4bea
tree3d05ebbe8403b8965685d2e07e885471e3540c03
parent1eb6fc044752d0ec1a637956519787e5f6ce8760
xfs: remove __xfs_filemap_fault

xfs_filemap_huge_fault only ever serves DAX faults, so hard code the
call to xfs_dax_read_fault and open code __xfs_filemap_fault in the
only remaining caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_file.c