git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529da70
)
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
author
Tao Ma
<boyu.mt@taobao.com>
Sat, 23 Jul 2011 20:18:05 +0000
(16:18 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 23 Jul 2011 20:18:05 +0000
(16:18 -0400)
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>
No differences found