X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Frhel8.1%2Fext4-kill-dx-root.patch;fp=ldiskfs%2Fkernel_patches%2Fpatches%2Frhel8.1%2Fext4-kill-dx-root.patch;h=3f1b75e8e9ceb6ac8e1b24c7aece1baba4a6c7eb;hp=b212574e5a7c10c28cecf106a0bd48d5e6c7835a;hb=ea3ee9337f9bcd42360e4523f1e34bcd04d3bf41;hpb=450d10c3625841f0f71b63cb02e6cca070e1b912;ds=sidebyside diff --git a/ldiskfs/kernel_patches/patches/rhel8.1/ext4-kill-dx-root.patch b/ldiskfs/kernel_patches/patches/rhel8.1/ext4-kill-dx-root.patch index b212574..3f1b75e 100644 --- a/ldiskfs/kernel_patches/patches/rhel8.1/ext4-kill-dx-root.patch +++ b/ldiskfs/kernel_patches/patches/rhel8.1/ext4-kill-dx-root.patch @@ -224,7 +224,7 @@ Index: linux-4.18.0-147.0.3.el8/fs/ext4/namei.c - dxroot->info.indirect_levels += 1; + info = dx_get_dx_info((struct ext4_dir_entry_2 *) + frames[0].bh->b_data); -+ info->indirect_levels = 1; ++ info->indirect_levels += 1; dxtrace(printk(KERN_DEBUG "Creating %d level index...\n", dxroot->info.indirect_levels));