fs/ubifs: spin-off ubi to be its own filesystem
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 28 Dec 2017 10:40:31 +0000 (11:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 3 Jan 2018 20:57:49 +0000 (21:57 +0100)
commit9fc21664e850f0999c4aa358235ab2b73f4bfb60
treeb3e68a5ae6e44e50419efc490761025147ccb2d5
parent1897a56a2baae64f40dc9b155443d13818ef726b
fs/ubifs: spin-off ubi to be its own filesystem

Currently, the ubifs-in-ubi-image ("UBI image" thereafter) filesystem
is half an option of the ubifs filesystem, half a filesystem on its
own: the config options are options of the ubifs filesystem, but the
.mk code is in a separate .mk and registers a real filesystem.

Make it a full filesystem on its own, in its own directory tree.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/Config.in
fs/ubi/Config.in [new file with mode: 0644]
fs/ubi/ubi.mk [new file with mode: 0644]
fs/ubi/ubinize.cfg [new file with mode: 0644]
fs/ubifs/Config.in
fs/ubifs/ubi.mk [deleted file]
fs/ubifs/ubinize.cfg [deleted file]