summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-08-23 19:58:14 +0000
committerjkar8572 <jkar8572>2007-08-23 19:58:14 +0000
commitb5f4715038ac5236a31e396208d33a5e600f9f4c (patch)
tree45bd7fca50d54646a91a3762c5f27a40c05d5d24 /quotasys.h
parent690f9c08922da8d625732259c5db5f67a17ed4e0 (diff)
Added options to enable pathname mangling for NFSv4 (Jan Kara)
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index 642eed3..54bcb8d 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -21,6 +21,7 @@
/* Flags for IO initialization */
#define IOI_READONLY 0x1 /* Only readonly access */
#define IOI_OPENFILE 0x2 /* Open file even if kernel has quotas turned on */
+#define IOI_NFS_MIXED_PATHS 0x4 /* Trim leading / from NFSv4 mountpoints */
#define KERN_KNOWN_QUOTA_VERSION (6*10000 + 5*100 + 1)