Skip to content
Commit 7de7de7c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix root mounting with no mount options

The "trivial conversion" in commit cccaa5e3

 ("init: use do_mount()
instead of ksys_mount()") was totally broken, since it didn't handle the
case of a NULL mount data pointer.  And while I had "tested" it (and
presumably Dominik had too) that bug was hidden by me having options.

Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Reported-by: default avatarOndřej Jirman <megi@xff.cz>
Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
Reported-by: default avatarNaresh Kamboju <naresh.kamboju@linaro.org>
Reported-and-tested-by: default avatarBorislav Petkov <bp@suse.de>
Tested-by: default avatarChris Clayton <chris2553@googlemail.com>
Tested-by: default avatarEric Biggers <ebiggers@kernel.org>
Tested-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Tested-by: default avatarGuido Günther <agx@sigxcpu.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d1eef1c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment