commit | 24aaa8ef4e2b5764ada1fc69787e2fbd4f6276e5 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:58:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:58:51 2011 -0400 |
tree | 7f83cc8e52b5f2edc5d89d2d1808d0972831f9bf | |
parent | 5704265188ffe4290ed73b3cb685206c3ed8209d [diff] [blame] |
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>
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index c758836..d258422 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h
@@ -300,7 +300,7 @@ struct flex_groups { atomic_t free_inodes; - atomic_t free_blocks; + atomic_t free_clusters; atomic_t used_dirs; };