Whamcloud - gitweb
LU-8871 kernel: kernel upgrade [SLES12 SP2 4.4.21-84]
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / sles12sp2 / ext4-print-inum-in-htree-warning.patch
1 Index: linux-stage/fs/ext4/namei.c
2 ===================================================================
3 --- linux-stage.orig/fs/ext4/namei.c
4 +++ linux-stage/fs/ext4/namei.c
5 @@ -371,6 +371,6 @@ dx_probe(const struct qstr *d_name, stru
6         if (root->info.hash_version != DX_HASH_TEA &&
7             root->info.hash_version != DX_HASH_HALF_MD4 &&
8             root->info.hash_version != DX_HASH_LEGACY) {
9 -               ext4_warning_inode(dir, "Unrecognised inode hash code %u",
10 -                                  root->info.hash_version);
11 +               ext4_warning_inode(dir, "Unrecognised inode hash code %u for directory "
12 +                                  "%lu", root->info.hash_version, dir->i_ino);
13                 goto fail;