From: Daniel Mack Date: Thu, 2 Jul 2009 15:15:47 +0000 (+0200) Subject: UBIFS: allow more than one volume to be mounted X-Git-Tag: Release-2010-05/1~3^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8812cd95fed7490460e033ece127f9c9da178511;p=pandora-kernel.git UBIFS: allow more than one volume to be mounted UBIFS uses a bdi device per volume, but does not care to hand out unique names to each of them. This causes an error when trying to mount more than one volumes. Append the UBI volume and device ID to avoid that. [Amended a bit by Artem Bityutskiy] Signed-off-by: Daniel Mack Cc: Artem Bityutskiy Cc: Adrian Hunter Cc: linux-mtd@lists.infradead.org Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed