From: Corentin Chary Date: Mon, 28 Sep 2009 19:10:12 +0000 (+0200) Subject: UBIFS: support mounting of UBI volume character devices X-Git-Tag: v2.6.33-rc1~332^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9722324e65a017ea0ce39236a2f87c649bb7c39d;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed