]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:56:51 +0000 (18:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:56:51 +0000 (18:56 -0400)
commitd94cea6e4f8c1d54248b568a7b4d0027922c2d5f
tree6bc51bea59625b2a7c8e4b74bbb66884371f74dd
parent0df48255308013d23cf84955a0d377a267f2c1c3
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>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/mballoc.c
fs/ext4/resize.c
fs/ext4/super.c