summaryrefslogtreecommitdiff
path: root/mntopt.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-08-22 13:03:24 +0000
committerjkar8572 <jkar8572>2007-08-22 13:03:24 +0000
commit464de49af48dbc838bef288abe34805964b60125 (patch)
tree05bc7e37d922cd6a328e2c16138b3c19bfb07eaa /mntopt.h
parent6c1c1f4546b2b12c1ad4549ebc55f39ecabf8646 (diff)
Cleaned up host access handling in rpc.rquotad (Jan Kara)
Added allow_severity and deny_severity variables for older versions of libwrap (Martin Jacobs) Added MPFS to the list of supported filesystems (Dave Boone) Configure script now correctly reports checking of libwrap (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 f732eda..e714243 100644
--- a/mntopt.h
+++ b/mntopt.h
@@ -15,6 +15,7 @@
#define MNTTYPE_AUTOFS "autofs" /* Automount mountpoint */
#define MNTTYPE_JFS "jfs" /* JFS file system */
#define MNTTYPE_NFS4 "nfs4" /* NFSv4 filesystem */
+#define MNTTYPE_MPFS "mpfs" /* EMC Celerra MPFS filesystem */
/* mount options */
#define MNTOPT_NOQUOTA "noquota" /* don't enforce quota */