UBIFS: fix output format of INUM_WATERMARK
[deliverable/linux.git] / fs / ubifs / dir.c
index 90fe60c2f112da2f9f7f2d2dd14e969d2e04dc14..02d1ee778df032b884ac4d63988d6f7616c59698 100644 (file)
@@ -151,7 +151,7 @@ struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir,
                        iput(inode);
                        return ERR_PTR(-EINVAL);
                }
-               ubifs_warn(c, "running out of inode numbers (current %lu, max %d)",
+               ubifs_warn(c, "running out of inode numbers (current %lu, max %u)",
                           (unsigned long)c->highest_inum, INUM_WATERMARK);
        }
 
This page took 0.024032 seconds and 5 git commands to generate.