summaryrefslogtreecommitdiffstats
path: root/mount/fsprobe_blkid.c
Commit message (Collapse)AuthorAgeFilesLines
* mount: fsprobe: use blkid cache only when really necessaryKarel Zak2007-05-171-10/+45
| | | | | | | The blkid_get_cache() parses /etc/blkid.tab, it's better do it only when we really need to resolve a spec (label or uuid). Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: fsprobe: make fsprobe_get_devname functions more genericKarel Zak2007-05-171-11/+0Star
| | | | | | | | | | | The blkid supports NAME=value parsing, but use the library for this simple task is overkill. (The libblkid requires initialized blkid cache all time, for all calls.) This patch makes the fsprobe_get_devname_for_mounting() and fsprobe_get_devname() generic for all fsprobe implementations. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: fsprobe: rename the rest of API routines to fsprobe_*Karel Zak2007-05-171-12/+15
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: fsprobe: remove mount_guess_fstype.{c,h}Karel Zak2007-05-171-0/+11
| | | | | Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: fsprobe: remove non-blkid codeKarel Zak2007-05-171-67/+0Star
| | | | | | | This patch removes old FS detection code and enables blkid code only when HAVE_BLKID is defined. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: fsprobe: rename files to fsprobe_*Karel Zak2007-05-171-0/+111
Signed-off-by: Karel Zak <kzak@redhat.com>