Whamcloud - gitweb
LU-12477 ldiskfs: remove obsolete ext4 patches
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / rhel6.3 / ext4-print-inum-in-htree-warning.patch
diff --git a/ldiskfs/kernel_patches/patches/rhel6.3/ext4-print-inum-in-htree-warning.patch b/ldiskfs/kernel_patches/patches/rhel6.3/ext4-print-inum-in-htree-warning.patch
deleted file mode 100644 (file)
index fecb1a7..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: linux-stage/fs/ext4/namei.c
-===================================================================
---- linux-stage.orig/fs/ext4/namei.c
-+++ linux-stage/fs/ext4/namei.c
-@@ -371,8 +371,8 @@ dx_probe(const struct qstr *d_name, stru
-       if (root->info.hash_version != DX_HASH_TEA &&
-           root->info.hash_version != DX_HASH_HALF_MD4 &&
-           root->info.hash_version != DX_HASH_LEGACY) {
--              ext4_warning(dir->i_sb, "Unrecognised inode hash code %d",
--                           root->info.hash_version);
-+              ext4_warning(dir->i_sb, "Unrecognised inode hash code %d for directory "
-+                             "#%lu", root->info.hash_version, dir->i_ino);
-               brelse(bh);
-               *err = ERR_BAD_DX_DIR;
-               goto fail;