]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/mount.c
mount: Handle MNT_ERR_LOOPOVERLAP
authorStanislav Brabec <sbrabec@suse.cz>
Thu, 14 Jul 2016 13:28:58 +0000 (15:28 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 3 Aug 2016 09:53:28 +0000 (11:53 +0200)
commit41c9e5d366d22eeb6592ac330ab75e1e4b28acec
tree2f4adba56dd397666ad7b63af1294f2d034eeb5b
parent7e6b7035e7bd5dd82bf4fc95494df3552e80a8f1
mount: Handle MNT_ERR_LOOPOVERLAP

Use warnx(), as there is no strerror() text associated with it.

There is currently no easy way to report name and type of conflict.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
sys-utils/mount.c