UBIFS: support mounting of UBI volume character devices
authorCorentin Chary <corentincj@iksaif.net>
Mon, 28 Sep 2009 19:10:12 +0000 (21:10 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 24 Nov 2009 06:18:54 +0000 (08:18 +0200)
This patch makes it possible to mount UBI character device
nodes, and use something like:

$ mount -t ubifs /dev/ubi_volume_name /mnt/ubifs

instead of the old restrictive 'nodev' semantics:

$ mount -t ubifs ubi0_0 /mnt/ubifs

[Comments and the patch were amended a bit by Artem]

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found