summaryrefslogtreecommitdiffstats
path: root/lib/canonicalize.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: [loopdev.c] add module for work loop devicesKarel Zak2011-05-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib: add test program to canonicalize.cKarel Zak2010-10-251-0/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove duplicate #includesKarel Zak2010-02-121-1/+0Star
| | | | | | | | | | | $ make checkincludes fsck/fsck.c: errno.h is included more than once. lib/canonicalize.c: string.h is included more than once. shlibs/blkid/src/blkidP.h: stdio.h is included more than once. shlibs/blkid/src/devname.c: string.h is included more than once. shlibs/blkid/src/devno.c: string.h is included more than once. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>Karel Zak2009-10-261-4/+44
| | | | | | | | | | | | | * mount(8) uses private device-mapper names in mtab * libblkid returns private device-mapper names when evaluate udev /dev/disk-by symlinks. * on systems where DM is fully integrated with udev the /dev/mapper/<name> files are symlinks to /dev/dm-N. It means we need a special care to hide private device-mapper names. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: move realpath.c code to lib/Karel Zak2009-02-111-0/+152
Signed-off-by: Karel Zak <kzak@redhat.com>