]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b7aea17462e4106bef309270e2252ecb1fc48c3
tree7b99f13700dadf77749b0e6fa370e270b329b7b4
parentbaf33a678bac79652cdc1c1bc25ca2a6da7f130d
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