Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mount: fsprobe: make fsprobe_get_devname functions more generic | Karel Zak | 2007-05-17 | 1 | -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 Zak | 2007-05-17 | 1 | -0/+164 |
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Karel Zak <kzak@redhat.com> |