commit | 5704265188ffe4290ed73b3cb685206c3ed8209d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:56:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:56:51 2011 -0400 |
tree | 6bc51bea59625b2a7c8e4b74bbb66884371f74dd | |
parent | 0aa060000e83ca3d09ddc446a7174fb0820d99bc [diff] |
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter Convert the percpu counters s_dirtyblocks_counter and s_freeblocks_counter in struct ext4_super_info to be s_dirtyclusters_counter and s_freeclusters_counter. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>