]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:58:51 +0000 (18:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:58:51 +0000 (18:58 -0400)
commit03908b1612cbb16f106c13b7c0f2d86b917a9ec2
tree7f83cc8e52b5f2edc5d89d2d1808d0972831f9bf
parentd94cea6e4f8c1d54248b568a7b4d0027922c2d5f
ext4: convert the free_blocks field in s_flex_groups to be free_clusters

Convert the free_blocks to be free_clusters to make the final revised
bigalloc changes easier to read/understand.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ialloc.c
fs/ext4/mballoc.c
fs/ext4/resize.c
fs/ext4/super.c