]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/hpfs/dir.c
fs/hpfs: increase pr_warn level
[mirror_ubuntu-jammy-kernel.git] / fs / hpfs / dir.c
index 3377eba73c13c873d1cb21c98a3b46fabda513d5..2a8e07425de01eab5f8a40b5505268b4cc6e2014 100644 (file)
@@ -127,7 +127,7 @@ static int hpfs_readdir(struct file *file, struct dir_context *ctx)
                if (ctx->pos == 12)
                        goto out;
                if (ctx->pos == 3 || ctx->pos == 4 || ctx->pos == 5) {
-                       pr_warn("pos==%d\n", (int)ctx->pos);
+                       pr_err("pos==%d\n", (int)ctx->pos);
                        goto out;
                }
                if (ctx->pos == 0) {