summaryrefslogtreecommitdiffstats
path: root/libmount/src/mountP.h
diff options
context:
space:
mode:
authorOndrej Oprala2013-01-10 12:35:08 +0100
committerKarel Zak2013-01-10 14:52:24 +0100
commite47a19312ff91de3c4ead99714b8bfa06139809e (patch)
tree10af2946745dab0416cc97e74c5c4ce0c2b8bf90 /libmount/src/mountP.h
parentlibmount: fix regression test helper (diff)
downloadkernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.tar.gz
kernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.tar.xz
kernel-qcow2-util-linux-e47a19312ff91de3c4ead99714b8bfa06139809e.zip
libmount: read optional mountinfo fields
[kzak@redhat.com: - rename struct member and functions from "propagation" to "optional fields" - split the original patch - fix parser] Signed-off-by: Ondrej Oprala <ondrej.oprala@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/mountP.h')
-rw-r--r--libmount/src/mountP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h
index 5f2f780dc..edef94c1b 100644
--- a/libmount/src/mountP.h
+++ b/libmount/src/mountP.h
@@ -217,6 +217,7 @@ struct libmnt_fs {
char *optstr; /* fstab[4], merged options */
char *vfs_optstr; /* mountinfo[6]: fs-independent (VFS) options */
+ char *opt_fields; /* mountinfo[7]: optional fields */
char *fs_optstr; /* mountinfo[11]: fs-dependent options */
char *user_optstr; /* userspace mount options */
char *attrs; /* mount attributes */