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:
256bdb4
)
ext4: Don't panic in case of corrupt bitmap
author
Aneesh Kumar K.V
<aneesh.kumar@linux.vnet.ibm.com>
Sun, 10 Feb 2008 06:10:04 +0000
(
01:10
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 10 Feb 2008 06:10:04 +0000
(
01:10
-0500)
Multiblock allocator calls BUG_ON in many case if the free and used
blocks count obtained looking at the bitmap is different from what
the allocator internally accounted for. Use ext4_error in such case
and don't panic the system.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --cc
fs/ext4/mballoc.c
Simple merge