summaryrefslogtreecommitdiff
path: root/mntopt.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-03-17 09:55:34 +0000
committerjkar8572 <jkar8572>2005-03-17 09:55:34 +0000
commitd9b0d03470bd6a47d375f664aee03a454e577951 (patch)
tree43a6ecffa4f1aaca97862d600bb8d0e693e2173c /mntopt.h
parent0e56cfc7e38ee2304257ff0afb631fee6e953bf7 (diff)
Added sanity check to quota reporting (Jan Kara)
Added NFSv4 quota type (Jan Kara) Added forgotten file quotagrpadmins to CVS (Jan Kara)
Diffstat (limited to 'mntopt.h')
-rw-r--r--mntopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mntopt.h b/mntopt.h
index af25e2b..dc377b1 100644
--- a/mntopt.h
+++ b/mntopt.h
@@ -13,6 +13,7 @@
#define MNTTYPE_XFS "xfs" /* SGI XFS file system */
#define MNTTYPE_AUTOFS "autofs" /* Automount mountpoint */
#define MNTTYPE_JFS "jfs" /* JFS file system */
+#define MNTTYPE_NFS4 "nfs4" /* NFSv4 filesystem */
/* mount options */
#define MNTOPT_NOQUOTA "noquota" /* don't enforce quota */