diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-02 21:10:38 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-02 21:10:38 -0400 |
commit | bc965ab3f2b4b7bb898b11d61d25295c2053b8ac (patch) | |
tree | 7f8cbd4e5d9c2a4e63fb35d5444f77bfb667c00f /firmware | |
parent | 0123c93998511978556b03d2bb023af92aa24d55 (diff) |
ext4: Fix lack of credits BUG() when deleting a badly fragmented inode
The extents codepath for ext4_truncate() requests journal transaction
credits in very small chunks, requesting only what is needed. This
means there may not be enough credits left on the transaction handle
after ext4_truncate() returns and then when ext4_delete_inode() tries
finish up its work, it may not have enough transaction credits,
causing a BUG() oops in the jbd2 core.
Also, reserve an extra 2 blocks when starting an ext4_delete_inode()
since we need to update the inode bitmap, as well as update the
orphaned inode linked list.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions