gfs2: Rename bitmap.bi_{len => bytes}
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Sep 2018 22:32:46 +0000 (23:32 +0100)
committerBob Peterson <rpeterso@redhat.com>
Fri, 12 Oct 2018 12:30:43 +0000 (07:30 -0500)
commit281b4952d185a3ba0340b412faa47fd745565552
tree7b99f13700dadf77749b0e6fa370e270b329b7b4
parentad8994581815ac08123c7eeceb2ef160a96d186d
gfs2: Rename bitmap.bi_{len => bytes}

This field indicates the size of the bitmap in bytes, similar to how the
bi_blocks field indicates the size of the bitmap in blocks.

In count_unlinked, replace an instance of bi_bytes * GFS2_NBBY by
bi_blocks.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/lops.c
fs/gfs2/rgrp.c