diff options
| author | Eric Sandeen <[email protected]> | 2011-08-11 14:54:31 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-08-12 00:23:40 +0000 |
| commit | 8c20871998c082f6fbc963f1449a5ba5140ee39a (patch) | |
| tree | bbc61fb11c8e9f5e02843dbf20bded2c01430ac6 /fs/btrfs/async-thread.c | |
| parent | ext3: Properly count journal credits for long symlinks (diff) | |
| download | kernel-8c20871998c082f6fbc963f1449a5ba5140ee39a.tar.gz kernel-8c20871998c082f6fbc963f1449a5ba5140ee39a.zip | |
ext4: Properly count journal credits for long symlinks
Commit df5e6223407e ("ext4: fix deadlock in ext4_symlink() in ENOSPC
conditions") recalculated the number of credits needed for a long
symlink, in the process of splitting it into two transactions. However,
the first credit calculation under-counted because if selinux is
enabled, credits are needed to create the selinux xattr as well.
Overrunning the reservation will result in an OOPS in
jbd2_journal_dirty_metadata() due to this assert:
J_ASSERT_JH(jh, handle->h_buffer_credits > 0);
Fix this by increasing the reservation size.
Signed-off-by: Eric Sandeen <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Acked-by: "Theodore Ts'o" <[email protected]>
Cc: [email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/btrfs/async-thread.c')
0 files changed, 0 insertions, 0 deletions
