]> err.no Git - util-linux/commit
umount: cleanup gefs_by_specdir()
authorKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2009 23:18:41 +0000 (00:18 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Jan 2009 23:18:41 +0000 (00:18 +0100)
commit448d12483cc24cd1ba50fde6b95d4c0f5080f038
treed3ebc5b31439fdebb95514624fb466af7d73b505
parentb2cf00d440cff65681a9eecf23e1157fc4104827
umount: cleanup gefs_by_specdir()

fix:
 - don't call canonicalize_spec() for LABELs/UUIDs
 - simplify the code
 - rename to getfs_by_devdir(), because we use it only for
   device names and not for SPECes (see umount.c).

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/fstab.c
mount/fstab.h
mount/umount.c