]> asedeno.scripts.mit.edu Git - linux.git/commit
ubifs: Silence early error messages if MS_SILENT is set
authorDaniel Golle <daniel@makrotopia.org>
Mon, 18 Jul 2016 22:26:55 +0000 (00:26 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 29 Jul 2016 21:30:36 +0000 (23:30 +0200)
commitdccbc9197d2c3614f2fd6811874e1d982e4415f0
tree22ed5b6fcb546b2fc5b3f0aeea6bbeb8887f7d02
parent714fb87e8bc05ff78255afc0dca981e8c5242785
ubifs: Silence early error messages if MS_SILENT is set

Probe-mounting a volume too small for UBIFS results in kernel log
polution which might irritate users.
Address this by silencing errors which may happen during boot if the
rootfs is e.g. squashfs (and thus rather small) stored on a UBI volume.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/super.c