X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fext4-hash-indexed-dir-dotdot-update.patch;h=d354f895a1e32327b28e75e07b90074d0cae55eb;hp=76416c7e57894630d450b9085c616e79ab612c92;hb=f4e0240b6679d17eb65796bbfae84e3fe833f033;hpb=8007b51d6d9caa2a0ee9d5649ea9b869603f8cfa diff --git a/ldiskfs/kernel_patches/patches/ext4-hash-indexed-dir-dotdot-update.patch b/ldiskfs/kernel_patches/patches/ext4-hash-indexed-dir-dotdot-update.patch index 76416c7..d354f89 100644 --- a/ldiskfs/kernel_patches/patches/ext4-hash-indexed-dir-dotdot-update.patch +++ b/ldiskfs/kernel_patches/patches/ext4-hash-indexed-dir-dotdot-update.patch @@ -62,8 +62,8 @@ Index: linux-stage/fs/ext4/namei.c + +out_journal: + if (journal) { -+ BUFFER_TRACE(dir_block, "call ext4_handle_dirty_metadata"); -+ err = ext4_handle_dirty_metadata(handle, dir, dir_block); ++ BUFFER_TRACE(dir_block, "call ext4_journal_dirty_metadata"); ++ err = ext4_journal_dirty_metadata(handle, dir_block); + ext4_mark_inode_dirty(handle, dir); + } + brelse (dir_block);