Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add QUOTA_RESTRICT_READONLY, for the nfs quota acces...



details:   https://anonhg.NetBSD.org/src/rev/df7e19df6e0d
branches:  trunk
changeset: 773257:df7e19df6e0d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jan 30 00:56:19 2012 +0000

description:
Add QUOTA_RESTRICT_READONLY, for the nfs quota access code.

diffstat:

 sys/sys/quota.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r df54fa4f9df2 -r df7e19df6e0d sys/sys/quota.h
--- a/sys/sys/quota.h   Sun Jan 29 23:29:00 2012 +0000
+++ b/sys/sys/quota.h   Mon Jan 30 00:56:19 2012 +0000
@@ -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 */
 
 
 /*



Home | Main Index | Thread Index | Old Index