]> err.no Git - util-linux/commit
mount: avoid duplicates for root fs in mtab
authorMatthias Koenig <mkoenig@suse.de>
Fri, 24 Aug 2007 11:05:27 +0000 (13:05 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Aug 2007 13:07:39 +0000 (15:07 +0200)
commit309fd2e79370be77c192ec272657aef9a5320ffb
tree99b025dd588fbaea42fcdd1e763af4643a3903ac
parent8855c38d04b40ed01bed66b4ccff0420a7ceddd9
mount: avoid duplicates for root fs in mtab

If the root fs is defined with LABEL or UUID in fstab, avoid
a duplicate entry in mtab when calling mount without existing
mtab.
A mount -f / creates two entries, one for LABEL and another
for the devicename, because canonicalize does not expand the
LABEL or UUID tags.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
mount/mount.c