Whamcloud - gitweb
b=22771 Patch to disable mbcache
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-print-inum-in-htree-warning-rhel5.patch
1 Index: linux-2.6.18.i386/fs/ext4/namei.c
2 ===================================================================
3 --- linux-2.6.18.i386.orig/fs/ext4/namei.c
4 +++ linux-2.6.18.i386/fs/ext4/namei.c
5 @@ -374,8 +374,8 @@ dx_probe(struct dentry *dentry, struct i
6             root->info.hash_version != DX_HASH_HALF_MD4 &&
7             root->info.hash_version != DX_HASH_LEGACY) {
8                 ext4_warning(dir->i_sb, __func__,
9 -                            "Unrecognised inode hash code %d",
10 -                            root->info.hash_version);
11 +                            "Unrecognised inode hash code %d for directory "
12 +                            "#%lu", root->info.hash_version, dir->i_ino);
13                 brelse(bh);
14                 *err = ERR_BAD_DX_DIR;
15                 goto fail;