This error code is intended for situations where overlapping loop device exists
and cannot be reused.
Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
*
* loopdev setup failed, errno set by libc
*/
-#define MNT_ERR_LOOPDEV 5003
+#define MNT_ERR_LOOPDEV 5003
/**
* MNT_ERR_MOUNTOPT:
*
* libblkid detected more filesystems on the device
*/
#define MNT_ERR_AMBIFS 5006
+/**
+ * MNT_ERR_LOOPOVERLAP:
+ *
+ * detected overlapping loop device that cannot be re-used
+ */
+#define MNT_ERR_LOOPOVERLAP 5007
#ifndef __GNUC_PREREQ
# if defined __GNUC__ && defined __GNUC_MINOR__