Module Name:    src
Committed By:   dholland
Date:           Mon Jan 30 00:56:20 UTC 2012

Modified Files:
        src/sys/sys: quota.h

Log Message:
Add QUOTA_RESTRICT_READONLY, for the nfs quota access code.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/quota.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/quota.h
diff -u src/sys/sys/quota.h:1.11 src/sys/sys/quota.h:1.12
--- src/sys/sys/quota.h:1.11	Sun Jan 29 19:36:14 2012
+++ src/sys/sys/quota.h	Mon Jan 30 00:56:19 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: quota.h,v 1.11 2012/01/29 19:36:14 dholland Exp $ */
+/* $NetBSD: quota.h,v 1.12 2012/01/30 00:56:19 dholland Exp $ */
 /*-
   * Copyright (c) 2010 Manuel Bouyer
   * All rights reserved.
@@ -55,6 +55,7 @@
 #define QUOTA_RESTRICT_NEEDSQUOTACHECK	0x1	/* quotacheck(8) required */
 #define QUOTA_RESTRICT_UNIFORMGRACE	0x2	/* grace time is global */
 #define QUOTA_RESTRICT_32BIT		0x4	/* values limited to 2^32 */
+#define QUOTA_RESTRICT_READONLY		0x8	/* updates not supported */
 
 
 /*

Reply via email to