]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove XFS_BMAP_TRACE_EXLIST
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 18:06:29 +0000 (11:06 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:27 +0000 (15:38 -0700)
commit1663cb2336ec02ef742c888a970f11b2ab2510d4
tree81befa53fd1b28411556c19c4184c61b186db15a
parente79d3db4dac543d815f2e60320db2b92ba6f4cd7
xfs: remove XFS_BMAP_TRACE_EXLIST

Instead of looping over all extents in some debug-only helper just
insert trace points into the loops that already exist in the calling
functions.

Also split the xfs_extlist trace point into one each for reading and
writing extents from disk.

Signed-off-by: Christoph Hellwig <hch@lst.de>
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
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/xfs_trace.h