We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa41fb9 commit be40643Copy full SHA for be40643
fs/overlayfs/namei.c
@@ -519,7 +519,7 @@ static struct dentry *ovl_lookup_index(struct dentry *dentry,
519
index = NULL;
520
goto out;
521
}
522
- pr_warn_ratelimited("overlayfs: failed inode index lookup (ino=%lu, key=%*s, err=%i);\n"
+ pr_warn_ratelimited("overlayfs: failed inode index lookup (ino=%lu, key=%.*s, err=%i);\n"
523
"overlayfs: mount with '-o index=off' to disable inodes index.\n",
524
d_inode(origin)->i_ino, name.len, name.name,
525
err);
0 commit comments