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