On Mon, Jun 03, 2019 at 07:29:45PM +0200, Christoph Hellwig wrote: > This field is now always idential to b_length. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/xfs/xfs_buf.c | 5 ++--- > fs/xfs/xfs_buf.h | 1 - > fs/xfs/xfs_log_recover.c | 9 ++++----- > 3 files changed, 6 insertions(+), 9 deletions(-) One less size field to confuse me.i Looks like most of the remaining uses of that variable should have been using b_length in the first place, so this is good to finally have cleaned up. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx