]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ext4/mballoc.c
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
authorTao Ma <boyu.mt@taobao.com>
Sat, 23 Jul 2011 20:18:05 +0000 (16:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jul 2011 20:18:05 +0000 (16:18 -0400)
commitced156e464e49b6b4153ede9aaa04d9a4ad24e0c
treefd75128cb77e6634a5f22c16b601af5857182c35
parent529da704ad1ead755d9e40721f29446cb278e099
ext4: don't increment s_mb_buddies_generated in ext4_mb_release

In ext4_mb_release, we use s_mb_buddies_generated++.  Although
the output is OK, but I don't think we need this extra ++.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c