commit | c4caae25187ff3f5e837c6f04eb1acc2723c72d3 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Mar 23 21:32:00 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 23 21:32:00 2010 -0400 |
tree | 530f3dac932045e288366e260e446e96dd7f2fb7 | |
parent | ba69f9ab7df844125898104e854e063b47c26637 [diff] |
ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs When used_dirs was introduced for the flex_groups struct, it looks like the accounting was not put into place properly, in some places manipulating free_inodes rather than used_dirs. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>