Sorry, the last commit into libmount has been incomplete.
Reported-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Karel Zak <kzak@redhat.com>
#define MNT_ERR_LOOPDEV 5003 /* loopdev setup failed, errno set by libc */
#define MNT_ERR_MOUNTOPT 5004 /* failed to parse/use userspace mount options */
#define MNT_ERR_APPLYFLAGS 5005 /* failed to apply MS_PROPAGATION flags */
+#define MNT_ERR_AMBIFS 5006 /* libblkid detected more filesystems on the device */
#ifndef __GNUC_PREREQ
# if defined __GNUC__ && defined __GNUC_MINOR__