From 1a7e985dd1bf5939af0f56bbd6d13d2caf48dd63 Mon Sep 17 00:00:00 2001 From: Sheng Yong Date: Fri, 3 Apr 2015 03:13:42 +0000 Subject: [PATCH] UBIFS: fix output format of INUM_WATERMARK 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 Signed-off-by: Artem Bityutskiy --- Reading git-format-patch failed