]> git.ipfire.org Git - thirdparty/util-linux.git/commit
docs: update TODO, remove auto,noauto
authorKarel Zak <kzak@redhat.com>
Mon, 12 Jun 2017 08:44:37 +0000 (10:44 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Jun 2017 08:44:37 +0000 (10:44 +0200)
commitb35ca0ab377bc45f92119688cc0016b6ca81fdd7
treefa3cc65b1c3133eb20fbf3999c1ca62109817876
parent1d9e35cc1e22f20184daff74ae131453c917d44c
docs: update TODO, remove auto,noauto

It seems good enough to use the current semantic and check for
"noauto" string rather than evaluate "auto/noauto" as a bit flag.

We use flags for mount options, but in this case (mount --all) it's
overkill to convert all options on all fstab entries to flags just to
be sure that somewhere is no "auto,noauto" obscure setting.

Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO