commit | e7f07968c16bdd9480001c0a9de013ba56889cf9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jan 20 09:50:19 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 20 09:50:19 2009 -0500 |
tree | 89aaa3c147d8f6abd10711a030aa0a57b630176d | |
parent | 08ec8c3878cea0bf91f2ba3c0badf44b383752d0 [diff] |
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>