]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: rename bno to end in __xfs_bunmapi
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:09:59 +0000 (22:09 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:09:59 +0000 (22:09 -0600)
commit675b5a201a422a815e9eefbfe3cb3917f8c72a6e
treec9af19876dfd000fb54ba43c19f0b1dfb4a809a9
parente9fa15aa053d11a13f90d324338decdaa69f556c
xfs: rename bno to end in __xfs_bunmapi

Source kernel commit: 8280f6ed4645549154103da9f037ceb4f7c733b4

Rename the bno variable that's used as the end of the range in
__xfs_bunmapi to end, which better describes it.  Additionally change
the start variable which takes the initial value of bno to be the
function parameter itself.

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c