summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
diff options
context:
space:
mode:
authorSheng Yong <shengyong1@huawei.com>2015-04-03 03:13:42 +0000
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2015-04-13 13:37:31 +0300
commit1a7e985dd1bf5939af0f56bbd6d13d2caf48dd63 (patch)
tree34bf4428c16358c6c1cef4b39698a09a4af61b8b /fs/ubifs/file.c
parent180a53577b809026af744e99a35b3a3a0056520b (diff)
downloadop-kernel-dev-1a7e985dd1bf5939af0f56bbd6d13d2caf48dd63.zip
op-kernel-dev-1a7e985dd1bf5939af0f56bbd6d13d2caf48dd63.tar.gz
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 <shengyong1@huawei.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs/file.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud