From: Corentin Chary Date: Mon, 28 Sep 2009 19:10:11 +0000 (+0200) Subject: UBI: Add ubi_open_volume_path X-Git-Tag: v2.6.33-rc1~332^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57102841846d9840dcb1b8b308f6d7369b8e5c5;p=pandora-kernel.git UBI: Add ubi_open_volume_path Add an 'ubi_open_volume_path(path, mode)' function which works like 'open_bdev_exclusive(path, mode, ...)' where path is the special file representing the UBI volume, typically /dev/ubi0_0. This is needed to teach UBIFS being able to mount UBI character devices. [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