]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove the special COW fork handling in xfs_bmapi_read
authorChristoph Hellwig <hch@lst.de>
Thu, 9 Jul 2020 19:14:08 +0000 (21:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 10 Jul 2020 06:40:17 +0000 (08:40 +0200)
commit47983ab6d81d2c873a30c95f506344db275be75b
treeddcca936de4414368ae0af26ea71102d25d0313d
parentc606bdf986f7f35c438d6df3339b2a1655cfa1b6
xfs: remove the special COW fork handling in xfs_bmapi_read

Source kernel commit: 1a1c57b2826f8b408feb733d3321490591a6e4c9

We don't call xfs_bmapi_read for the COW fork anymore, so remove the
special casing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_bmap.c