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:
08ec8c3
)
ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Jan 2009 14:50:19 +0000
(09:50 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Jan 2009 14:50:19 +0000
(09:50 -0500)
When trying to unlink a file with indirect blocks on a filesystem
without a journal, the "circular indirect block" sanity test was
getting falsely triggered.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found