kernel: backport cosmetic ubifs patch
authorDaniel Golle <daniel@makrotopia.org>
Sat, 18 Jun 2016 16:34:22 +0000 (18:34 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 18 Jun 2016 17:14:05 +0000 (19:14 +0200)
commit67475b0e319359f6a3d0a925568665923e46b14d
tree44942b8f980451654ae03434ccfdbd96d6e46256
parent982108f7e5da6c79c70c035e26ac3bdf47a8e487
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]