]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the fork fields in the writepage_ctx and ioend
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Oct 2019 20:12:10 +0000 (13:12 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 15:51:59 +0000 (08:51 -0700)
commit4e1883d9247ebd0a0dce15ce3ae541c5da2044ce
tree5d2e3ea04682dea7a2200dfa73b9c991ea0b6eae
parentdda90797020e36fb79ea3b83bbe1e3cfa21db29f
xfs: remove the fork fields in the writepage_ctx and ioend

In preparation for moving the writeback code to iomap.c, replace the
XFS-specific COW fork concept with the iomap IOMAP_F_SHARED flag.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_aops.c
fs/xfs/xfs_aops.h