]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: refactor __xfs_filemap_fault
authorChristoph Hellwig <hch@lst.de>
Sun, 23 Jun 2024 05:44:29 +0000 (07:44 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 1 Jul 2024 04:02:29 +0000 (09:32 +0530)
commit6a39ec1d394458e59f411edecf7b08ce34bdc7c8
tree63c8548b1efa69b72a25fc30ab04c074cfbd1f0d
parent9092b1de35a45ec7291156382db7a7ee13bdbb27
xfs: refactor __xfs_filemap_fault

Split the write fault and DAX fault handling into separate helpers
so that the main fault handler is easier to follow.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_file.c