Index: linux-stage/fs/ext4/namei.c =================================================================== --- linux-stage.orig/fs/ext4/namei.c +++ linux-stage/fs/ext4/namei.c @@ -371,6 +371,6 @@ 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_inode(dir, "Unrecognised inode hash code %u", - root->info.hash_version); + ext4_warning_inode(dir, "Unrecognised inode hash code %u for directory " + "%lu", root->info.hash_version, dir->i_ino); goto fail;