summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2011-01-20 15:32:40 +0100
committerKarel Zak2011-01-22 00:27:26 +0100
commit8c0797e702773730ca3c1cc93039d4f7ef89dd39 (patch)
tree5bacf856ec429f3e590174bbbd3eefe493f9652f /shlibs/mount/src/mountP.h
parentlibmount: rename mount.h to libmount.h (diff)
downloadkernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.tar.gz
kernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.tar.xz
kernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.zip
libmount: add functions for mount.<type> helpers
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index f6c2e2117..5b8c89c55 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -287,6 +287,7 @@ struct _mnt_context
#define MNT_FL_MOUNTFLAGS_MERGED (1 << 22) /* MS_* flags was read from optstr */
#define MNT_FL_SAVED_USER (1 << 23)
#define MNT_FL_PREPARED (1 << 24)
+#define MNT_FL_HELPER (1 << 25) /* [u]mount.<type> */
/* default flags */
#define MNT_FL_DEFAULT 0