]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: ignore autofs entries in mount listing
authorIan Kent <raven@themaw.net>
Mon, 13 Mar 2023 01:43:02 +0000 (09:43 +0800)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Mar 2023 14:26:43 +0000 (15:26 +0100)
commit9004e76b4ba716022a7c851ffa7fbd9e9e4bf073
tree7bce645812f8ec70cb44b51384dc46384401284a
parent7d08453551ccc5477f76f3e986c8351e8c5ab599
mount: ignore autofs entries in mount listing

Since we can't enable use of ignoring autofs mounts that have the
"ignore" option present by default (systemd could get confused) it's
necessary to enable it for individual applications.

The mount utility is one applcation we need it for so enable it.

Signed-off-by: Ian Kent <raven@themaw.net>
Cc: John Westerdale <jwesterd@redhat.com>
Cc: Frank Hertz <fhirtz@redhat.com>
Cc: Frank Sorenson <fsorenso@redhat.com>
sys-utils/mount.c