diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-09-09 18:38:51 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-09-09 18:38:51 -0400 |
commit | 7137d7a48e2213eb1f6d6529da14c2ed3706b795 (patch) | |
tree | 7c5c164dc1e505129fefcac5c61b208fa1180a90 /fs/ext4/balloc.c | |
parent | bab08ab9646288f1b0b72a7aaeecdff94bd62c18 (diff) | |
download | blackbird-obmc-linux-7137d7a48e2213eb1f6d6529da14c2ed3706b795.tar.gz blackbird-obmc-linux-7137d7a48e2213eb1f6d6529da14c2ed3706b795.zip |
ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP
Change the places in fs/ext4/mballoc.c where EXT4_BLOCKS_PER_GROUP are
used to indicate the number of bits in a block bitmap (which is really
a cluster allocation bitmap in bigalloc file systems). There are
still some places in the ext4 codebase where usage of
EXT4_BLOCKS_PER_GROUP needs to be audited/fixed, in code paths that
aren't used given the initial restricted assumptions for bigalloc.
These will need to be fixed before we can relax those restrictions.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/balloc.c')
0 files changed, 0 insertions, 0 deletions