commit | 281b4952d185a3ba0340b412faa47fd745565552 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <[email protected]> | Wed Sep 26 23:32:46 2018 +0100 |
committer | Bob Peterson <[email protected]> | Fri Oct 12 07:30:43 2018 -0500 |
tree | 7b99f13700dadf77749b0e6fa370e270b329b7b4 | |
parent | ad8994581815ac08123c7eeceb2ef160a96d186d [diff] |
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 <[email protected]> Signed-off-by: Bob Peterson <[email protected]> Reviewed-by: Steven Whitehouse <[email protected]>