Index: linux-2.6.18.8/fs/ext3/namei.c =================================================================== --- linux-2.6.18.8.orig/fs/ext3/namei.c +++ linux-2.6.18.8/fs/ext3/namei.c @@ -347,8 +347,8 @@ dx_probe(struct dentry *dentry, struct i root->info.hash_version != DX_HASH_HALF_MD4 && root->info.hash_version != DX_HASH_LEGACY) { ext3_warning(dir->i_sb, __FUNCTION__, - "Unrecognised inode hash code %d", - root->info.hash_version); + "Unrecognised inode hash code %d for directory " + "#%lu", root->info.hash_version, dir->i_ino); brelse(bh); *err = ERR_BAD_DX_DIR; goto fail;