]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_buf.h
xfs: rename buffer cache index variable b_bn
authorDave Chinner <dchinner@redhat.com>
Thu, 19 Aug 2021 01:48:54 +0000 (18:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 19 Aug 2021 17:07:15 +0000 (10:07 -0700)
commit4c7f65aea7b7fe66c08f8f7304c1ea3f7a871d5a
tree5dda7c48ddadd77c1a589daa420bf1d42024e7ca
parent9343ee76909e3f6466d85c9ebb0e343cdf54de71
xfs: rename buffer cache index variable b_bn

To stop external users from using b_bn as the disk address of the
buffer, rename it to b_rhash_key to indicate that it is the buffer
cache index, not the block number of the buffer. Code that needs the
disk address should use xfs_buf_daddr() to obtain it.

Do the rename and clean up any of the remaining internal b_bn users.
Also clean up any remaining b_bn cruft that is now unused.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h