summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2010-07-09 11:15:08 +0200
committerKarel Zak2011-01-03 12:28:39 +0100
commit0b3953a33d492336a6d9aa8f7ef200e6dc262281 (patch)
treece28b76c58a180af280eaecd72e36c53510f4a56 /shlibs/mount/src/mountP.h
parentfindmnt: add /etc/fstab.d support (diff)
downloadkernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.tar.gz
kernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.tar.xz
kernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.zip
libmount: add mnt_fs_get_root()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index d217e3da3..04084e5d1 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -133,7 +133,7 @@ struct _mnt_fs {
char *tagname; /* fstab[1]: tag name - "LABEL", "UUID", ..*/
char *tagval; /* tag value */
- char *mntroot; /* mountinfo[4]: root of the mount within the FS */
+ char *root; /* mountinfo[4]: root of the mount within the FS */
char *target; /* mountinfo[5], fstab[2]: mountpoint */
char *fstype; /* mountinfo[9], fstab[3]: filesystem type */