kernel: backport cosmetic ubifs patch
authorDaniel Golle <daniel@makrotopia.org>
Mon, 4 Jul 2016 10:03:54 +0000 (12:03 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Mon, 4 Jul 2016 10:03:54 +0000 (12:03 +0200)
commitbc966e891de8f744509d62cdeb6e9c8151301683
tree5ba95967be7dd66d2d56a7aec390a59417324886
parent54a7bbf9d051ebf6ccc5186cb93876ea69339088
kernel: backport cosmetic ubifs patch

Despite the MS_SILENT flag being set when probing for ubifs rootfs a
logline indicating an error is generated during boot:
UBIFS error (pid: 1): cannot open "ubi0:rootfs", error -19
This leads to confusion and there shouldn't be lines containing
the word 'error' twice in a bootlog if actually everything is fine
(just the rootfs happens to be something else than ubifs)

The patch added has been submitted and was accepted upstream, see:
http://lists.infradead.org/pipermail/linux-mtd/2016-June/068056.html
http://patchwork.ozlabs.org/patch/637491

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/patches-4.4/046-ubifs-silence-error-output-if-MS_SILENT-is-set.patch [new file with mode: 0644]