Add QUOTA_RESTRICT_READONLY, for the nfs quota access code.

This commit is contained in:
dholland 2012-01-30 00:56:19 +00:00
parent a7dacf1e8f
commit a15f5b1a58
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
/*