]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: apply "nofail" to MNT_ERR_NOSOURCE libmount error
authorKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 10:09:11 +0000 (12:09 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Apr 2014 09:55:08 +0000 (11:55 +0200)
commit0aa6c429897e75d55ca6e7f3f104f397e158914b
treed8bc57a31fdd7ad1b3e6600cef25fc8309661324
parentf435d4be5fe7c1e34caaead0bb34af0db7a05867
mount: apply "nofail" to MNT_ERR_NOSOURCE libmount error

 fstab:
     UUID=nonexist /mnt/nonexist1 ext4 nofail 0 1

 # mount -av
 mount: can't find UUID=nonexist

.. this is bug of course.

Reported-by: Patrick McLean <chutzpah@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c
sys-utils/mount.c