Skip to content
Commit 7b565c9f authored by Jan Kara's avatar Jan Kara Committed by Dan Williams
Browse files

xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()



xfs_filemap_pfn_mkwrite() duplicates a lot of __xfs_filemap_fault().
It will also need to handle flushing for synchronous page faults. So
just make that function use __xfs_filemap_fault().

Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent b8a6176c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment