summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2010-03-01 22:29:38 +0100
committerKarel Zak2010-06-03 15:20:11 +0200
commit3fca8422b154e047055ed938e81005ea6129d86a (patch)
tree05c23fe942f01df825d464546c299d66581488ec /shlibs/mount/src/mountP.h
parentlibmount: add mnt_match_{fstype,options} functions (diff)
downloadkernel-qcow2-util-linux-3fca8422b154e047055ed938e81005ea6129d86a.tar.gz
kernel-qcow2-util-linux-3fca8422b154e047055ed938e81005ea6129d86a.tar.xz
kernel-qcow2-util-linux-3fca8422b154e047055ed938e81005ea6129d86a.zip
libmount: add fstab/mtab/mountinfo lookup routines
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 f08f435a4..3ba3205f6 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -152,7 +152,7 @@ struct _mnt_fs {
int freq; /* fstab[5]: dump frequency in days */
int passno; /* fstab[6]: pass number on parallel fsck */
- int flags; /* MNT_ENTRY_* flags */
+ int flags; /* MNT_FS_* flags */
int lineno; /* line number in the parental file */
};