[PATCH] UBIFS: fix output format of INUM_WATERMARK
Artem Bityutskiy
dedekind1 at gmail.com
Mon Apr 13 03:39:15 PDT 2015
On Fri, 2015-04-03 at 03:13 +0000, Sheng Yong wrote:
> The INUM_WATERMARK is a unsigned 32bit value, `%d' prints it as negatave:
> [ 103.682255] UBIFS warning (ubi0:0 pid 691): ubifs_new_inode: running out of inode numbers (current 122763, max -256)
>
> Fix it as:
> [ 154.422940] UBIFS warning (ubi0:0 pid 688): ubifs_new_inode: running out of inode numbers (current 122765, max 4294967040)
>
> Signed-off-by: Sheng Yong <shengyong1 at huawei.com>
Picked this one. It fixes one of your previous patches, and it is
trivial, so I put it straight to linux-next.
More information about the linux-mtd
mailing list