]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: clear flags before options parsing
authorKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 13:53:14 +0000 (14:53 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 13:53:14 +0000 (14:53 +0100)
commit43bd19a56f028061db28adf51d21f8a48f6ed9b1
treeec7ec4474a0236f881ff935407d85cae3cf3ae93
parentc06e9504787e6720e9ac319aacc0ee5a1d33efbd
mount: clear flags before options parsing

for example "mount -a" calls the mount options parser more than once

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