UBIFS: allow more than one volume to be mounted
authorDaniel Mack <daniel@caiaq.de>
Thu, 2 Jul 2009 15:15:47 +0000 (17:15 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 5 Jul 2009 15:45:19 +0000 (18:45 +0300)
commit7fcd9c3ecbf09c0a77db7ba01aac75b32fb79a93
treede3fc29704e9f6301f6c67ffd352f9eb524538fd
parent1fb8bd01ed0af0d0577e010e8c6b4234de583fa6
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 <daniel@caiaq.de>
Cc: Artem Bityutskiy <dedekind@infradead.org>
Cc: Adrian Hunter <ext-adrian.hunter@nokia.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c