]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/ubifs/super.c
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)
commit9722324e65a017ea0ce39236a2f87c649bb7c39d
tree83450a50e35f5d1be14d7a74da57b45d3f138a79
parentb57102841846d9840dcb1b8b308f6d7369b8e5c5
UBIFS: support mounting of UBI volume character devices

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>
fs/ubifs/super.c