ubifs: Fixed print foramt mismatch in ubifs
authorFangping Liang <liangfangping@huawei.com>
Tue, 8 Dec 2020 13:58:11 +0000 (21:58 +0800)
committerRichard Weinberger <richard@nod.at>
Sun, 13 Dec 2020 20:57:21 +0000 (21:57 +0100)
commit89f40d0a9656aa73bf4a6d905d28952381b6cb53
tree6bc235c73a0ec7bd62de266005e161efb04d6646
parentf669e74be820386244290d5824938969d397b8fb
ubifs: Fixed print foramt mismatch in ubifs

fs/ubifs/super.c: function mount_ubifs:
the format specifier "lld" need arg type "long long",
but the according arg "old_idx_sz" has type
"unsigned long long"

Signed-off-by: Fangping Liang <liangfangping@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/super.c