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:
8a57d9d
)
ext4: Fix for ext4_mb_collect_stats()
author
Curt Wohlgemuth
<curtw@google.com>
Sun, 16 May 2010 20:00:00 +0000
(16:00 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 16 May 2010 20:00:00 +0000
(16:00 -0400)
Fix ext4_mb_collect_stats() to use the correct test for s_bal_success; it
should be testing "best-extent.fe_len >= orig-extent.fe_len" , not
"orig-extent.fe_len >= goal-extent.fe_len" .
Signed-off-by: Curt Wohlgemuth <curtw@google.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --cc
fs/ext4/mballoc.c
Simple merge