]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ext4/mballoc.c
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)
commit24aaa8ef4e2b5764ada1fc69787e2fbd4f6276e5
tree7f83cc8e52b5f2edc5d89d2d1808d0972831f9bf
parent5704265188ffe4290ed73b3cb685206c3ed8209d
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