From e47a19312ff91de3c4ead99714b8bfa06139809e Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Thu, 10 Jan 2013 12:35:08 +0100 Subject: 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 Signed-off-by: Karel Zak --- libmount/src/mountP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmount/src/mountP.h') 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 */ -- cgit v1.2.3-55-g7522