commit | 877f58f53684f14ca3202640f70592bf44890924 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 29 14:47:18 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 06 10:46:57 2020 -0700 |
tree | 89a4eed04a0056a5a9afaccabc294c7bf5765947 | |
parent | 83895227aba1ade33e81f586aa7b6b1e143096a5 [diff] |
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>