X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fubuntu18%2Fext4-kill-dx-root.patch;h=62c507f2f48a540942f13c6d2403529e9e2292a7;hp=826b2d77b5ab69ac20781745394bfb64fc9ccdb1;hb=5f7bd9a806d5ba5b0e70ae1b299a9b9a87fcc0a6;hpb=b601eb35e97ae74d3de448e07a28ce41afb4adef diff --git a/ldiskfs/kernel_patches/patches/ubuntu18/ext4-kill-dx-root.patch b/ldiskfs/kernel_patches/patches/ubuntu18/ext4-kill-dx-root.patch index 826b2d7..62c507f 100644 --- a/ldiskfs/kernel_patches/patches/ubuntu18/ext4-kill-dx-root.patch +++ b/ldiskfs/kernel_patches/patches/ubuntu18/ext4-kill-dx-root.patch @@ -72,7 +72,7 @@ Index: linux-4.15.0/fs/ext4/namei.c + if (info->hash_version != DX_HASH_TEA && + info->hash_version != DX_HASH_HALF_MD4 && + info->hash_version != DX_HASH_LEGACY) { -+ ldiskfs_warning(dir->i_sb, "Unrecognised inode hash code %d for directory " ++ ext4_warning(dir->i_sb, "Unrecognised inode hash code %d for directory " + "#%lu", info->hash_version, dir->i_ino); goto fail; }