ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 14:50:19 +0000 (09:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 14:50:19 +0000 (09:50 -0500)
commite7f07968c16bdd9480001c0a9de013ba56889cf9
tree89aaa3c147d8f6abd10711a030aa0a57b630176d
parent08ec8c3878cea0bf91f2ba3c0badf44b383752d0
ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks

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>
fs/ext4/inode.c