Index: linux-2.6.18.i386/fs/ext4/namei.c =================================================================== --- linux-2.6.18.i386.orig/fs/ext4/namei.c +++ linux-2.6.18.i386/fs/ext4/namei.c @@ -374,8 +374,9 @@ dx_probe(struct dentry *dentry, struct i 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;