diff options
author | Dave Chinner <[email protected]> | 2021-08-18 18:48:54 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2021-08-19 10:07:15 -0700 |
commit | 4c7f65aea7b7fe66c08f8f7304c1ea3f7a871d5a (patch) | |
tree | 5dda7c48ddadd77c1a589daa420bf1d42024e7ca /drivers/usb/cdns3/cdns3-trace.c | |
parent | 9343ee76909e3f6466d85c9ebb0e343cdf54de71 (diff) |
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions