]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (monitor) don't check for regular mtab
authorKarel Zak <kzak@redhat.com>
Fri, 11 Sep 2015 09:19:30 +0000 (11:19 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Nov 2015 09:07:44 +0000 (10:07 +0100)
commite0c2e94bd21a51c7538963da6561430e47350bfe
tree0ec3f38f2d98f5000c30db211fb4e7961c37ef36
parentcd150a429d15a7c96918aa2432532ced0bd27465
libmount: (monitor) don't check for regular mtab

The monitor supports utab only (as documented). It's application
responsibility to use libmount in the right way. It's overkill to
check for valid environment during monitor initialization.

For example systemd checks for regular mtab during boot, it's better
than try to be smart later in libmount monitor when system is already
running.

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