summaryrefslogtreecommitdiffstats
path: root/mount/fsprobe.c
Commit message (Collapse)AuthorAgeFilesLines
* mount: fsprobe: make fsprobe_get_devname functions more genericKarel Zak2007-05-171-0/+61
| | | | | | | | | | | 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: remove mount_guess_fstype.{c,h}Karel Zak2007-05-171-0/+164
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Karel Zak <kzak@redhat.com>