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:
f8a87d8
)
ext4: fix hot spins in mballoc after err_freebuddy and err_freemeta
author
Roel Kluin
<12o3l@tiscali.nl>
Wed, 30 Apr 2008 02:01:15 +0000
(22:01 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 30 Apr 2008 02:01:15 +0000
(22:01 -0400)
In ext4_mb_init_backend() 'i' is of type ext4_group_t. Since unsigned, i
>= 0 is always true, so fix hot spins after err_freebuddy: and -meta:
and prevent decrements when zero.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found