OSDN Git Service

xfs: remove the special COW fork handling in xfs_bmapi_read
authorChristoph Hellwig <hch@lst.de>
Thu, 14 May 2020 21:06:40 +0000 (14:06 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 19 May 2020 16:40:58 +0000 (09:40 -0700)
commit1a1c57b2826f8b408feb733d3321490591a6e4c9
treefc597bf82ce51df5d9f97d3038d9ae2edbd60f1c
parent0f45a1b20cd8f9cfc985a1f91a1e7a86e5e14dd6
xfs: remove the special COW fork handling in xfs_bmapi_read

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>
fs/xfs/libxfs/xfs_bmap.c