aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJoel Becker <joel.becker@oracle.com>2009-04-29 17:55:08 -0700
committerJoel Becker <joel.becker@oracle.com>2009-04-30 13:21:56 -0700
commitdfa13f39b798fee68250abe1aed851395c8b51b5 (patch)
tree9a563954a2b7f34cb005a35152213d734f4763c9 /MAINTAINERS
parentocfs2/trivial: Remove unused variable in ocfs2_rename. (diff)
downloadlinux-dev-dfa13f39b798fee68250abe1aed851395c8b51b5.tar.xz
linux-dev-dfa13f39b798fee68250abe1aed851395c8b51b5.zip
ocfs2: Fix a missing credit when deleting from indexed directories.
The ocfs2 directory index updates two blocks when we remove an entry - the dx root and the dx leaf. OCFS2_DELETE_INODE_CREDITS was only accounting for the dx leaf. This shows up when ocfs2_delete_inode() runs out of credits in jbd2_journal_dirty_metadata() at "J_ASSERT_JH(jh, handle->h_buffer_credits > 0);". The test that caught this was running dirop_file_racer from the ocfs2-test suite with a 250-character filename PREFIX. Run on a 512B blocksize, it forces the orphan dir index to grow large enough to trigger. Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions