]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove xfs_bmse_shift_one
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 18:07:34 +0000 (11:07 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:28 +0000 (15:38 -0700)
commit57dab5d499020c06b8e7f9ab4a1da00b94ebe4f2
tree94021e068fef570e231a1272669d6a11ab77772e
parentfb7b15c2f70369f0db256d54f2a5a05fd04995be
xfs: remove xfs_bmse_shift_one

Instead do the actual left and right shift work in the callers, and just
keep a helper to update the bmap and rmap btrees as well as the in-core
extent list.

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