summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2013-02-14 09:20:30 +0100
committerKarel Zak2013-02-14 09:20:30 +0100
commit190b5ee3d2990ec16d7bdb4fa6efa1e565346c31 (patch)
treea38091090768856ff7b6c677cb9d6d5ad4b5d0fb /libmount/src/libmount.h.in
parentswitch_root: Add a sanity check (diff)
downloadkernel-qcow2-util-linux-190b5ee3d2990ec16d7bdb4fa6efa1e565346c31.tar.gz
kernel-qcow2-util-linux-190b5ee3d2990ec16d7bdb4fa6efa1e565346c31.tar.xz
kernel-qcow2-util-linux-190b5ee3d2990ec16d7bdb4fa6efa1e565346c31.zip
libmount: add missing MNT_ERR_AMBIFS
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>
Diffstat (limited to 'libmount/src/libmount.h.in')
-rw-r--r--libmount/src/libmount.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
index 6d3a12f61..5d62a5566 100644
--- a/libmount/src/libmount.h.in
+++ b/libmount/src/libmount.h.in
@@ -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__