commit | 9722324e65a017ea0ce39236a2f87c649bb7c39d | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Mon Sep 28 21:10:12 2009 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Nov 24 08:18:54 2009 +0200 |
tree | 83450a50e35f5d1be14d7a74da57b45d3f138a79 | |
parent | b57102841846d9840dcb1b8b308f6d7369b8e5c5 [diff] |
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>