]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: rename bno to end in __xfs_bunmapi
authorChristoph Hellwig <hch@lst.de>
Tue, 17 Oct 2017 21:16:21 +0000 (14:16 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:20 +0000 (15:38 -0700)
commit8280f6ed4645549154103da9f037ceb4f7c733b4
tree85b25f4d0e7b2438228a2ed06663aad2eaac1d42
parentb213d69293cf003e6f0c63adfee6fcc70e3afee6
xfs: rename bno to end in __xfs_bunmapi

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>
fs/xfs/libxfs/xfs_bmap.c