]> err.no Git - util-linux/commit
mount: fsprobe: use blkid cache only when really necessary
authorKarel Zak <kzak@redhat.com>
Thu, 10 May 2007 10:10:57 +0000 (12:10 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 17 May 2007 10:52:40 +0000 (12:52 +0200)
commit4b9c399bf67501183389087437313c5b08f8f776
treeb98e5576851f06914429d43507f542d58ff36a4d
parent65a567e837338052ab0714ee5eab925d74f4a6c1
mount: fsprobe: use blkid cache only when really necessary

The blkid_get_cache() parses /etc/blkid.tab, it's better do it only
when we really need to resolve a spec (label or uuid).

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