utils: teach fsck mount and remount about the root name
authorAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 00:05:34 +0000 (01:05 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 00:05:34 +0000 (01:05 +0100)
commit6ac7fe2986fa1b8c323a7602b828cbb658cd6a33
treee9f01a6476af463cef6c655ddae7125154fcf9fa
parent5647fd439b8490677d298338252bb122dfbe995c
utils: teach fsck mount and remount about the root name

This allows us to stop all the substroot stuff as with fsck split we now have
enough space. This actually turns the whole thing into a win. We trade the
extra exec's of substroot for a fork/exec of fsck.

Not only that but with a bit of thought we can later optimise the single
case fsck to kill the fork off
Applications/util/fsck.c
Applications/util/mount.c
Applications/util/remount.c