summaryrefslogtreecommitdiff
path: root/mount/devname.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak1-15/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-07mount: don't canonicalize "spec" with --no-canonicalize optionMiklos Szeredi1-1/+1
"Spec" was still canonicalized despite --no-canonicalize. This resulted in a hang during login with pam_encfs (Debian Bug#593336). Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2009-02-17mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak1-0/+15
* moves the generic libblkid/libvolume_id wrapper (fsprobe.c) from mount/ to lib/. We'll use the wrapper in cfdisk and fsck. The wrapper supports: - obsolete volume_id (udev) - obsolete libblkid (e2fsprogs) - libblkid (util-linux-ng) * mount, umount and swapon when linked against the new libblkid use - low-level probing code to read LABEL, UUID or FSTYPE from a device - high-level blkid_evaluate_spec() to convert LABEL/UUID to devname Signed-off-by: Karel Zak <kzak@redhat.com>