]> err.no Git - util-linux/commit
libblkid: add UBI volume support
authorCorentin Chary <corentincj@iksaif.net>
Mon, 24 Aug 2009 11:11:54 +0000 (13:11 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 24 Sep 2009 13:42:48 +0000 (15:42 +0200)
commitc1ba7962f60672be37f41a5d01c10acf46442f2e
tree3aa18255f8bcf7f2ce0178fd73a68be62b4ff2e4
parent7711e2150b79393c14febc7ed2e675f35cc614d4
libblkid: add UBI volume support

Probe UBI volume under /dev (or /devfs, /devices).
ubi_ctrl skip is hardcoded, maybe we should find a
cleaner way to do that. Also change probe.c to handle
char devices.

[kzak@redhat.com: - rebase the patch to the current HEAD]

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h
shlibs/blkid/src/devname.c
shlibs/blkid/src/probe.c