]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add missing MNT_ERR_AMBIFS
authorKarel Zak <kzak@redhat.com>
Thu, 14 Feb 2013 08:20:30 +0000 (09:20 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Feb 2013 08:20:30 +0000 (09:20 +0100)
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>
libmount/src/libmount.h.in

index 6d3a12f611a9265e4b55df4f2c4d2b5c68c392be..5d62a5566814cbc0dfd0b91185299aead64f8ca0 100644 (file)
@@ -129,6 +129,7 @@ enum {
 #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__