]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36753516fa9cffc535f64c53c82324a8fe354756
treefc597bf82ce51df5d9f97d3038d9ae2edbd60f1c
parentdc745e98af9d1ee3ccaa8688bcc923f41d94bd60
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