From a15f5b1a589f0abe6acdba71d6d7ebc81895316d Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 30 Jan 2012 00:56:19 +0000 Subject: [PATCH] Add QUOTA_RESTRICT_READONLY, for the nfs quota access code. --- sys/sys/quota.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/quota.h b/sys/sys/quota.h index feddb7b4ca0f..d749d7fa1aac 100644 --- a/sys/sys/quota.h +++ b/sys/sys/quota.h @@ -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 */ /*