]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: rename xfs_bmap_is_real_extent to is_written_extent
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Jun 2020 21:47:18 +0000 (14:47 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Jul 2020 17:46:57 +0000 (10:46 -0700)
commit78d182ed4d192c9f6cc08a0f8f77eeceed800c50
tree89a4eed04a0056a5a9afaccabc294c7bf5765947
parent5c84e16c0540b6a6c88f403e6e8d4ff7bcb7b5e1
xfs: rename xfs_bmap_is_real_extent to is_written_extent

The name of this predicate is a little misleading -- it decides if the
extent mapping is allocated and written.  Change the name to be more
direct, as we're going to add a new predicate in the next patch.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/xfs_reflink.c