summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfsproto.h
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2014-10-03 02:24:41 +0000
committeraraujo <araujo@FreeBSD.org>2014-10-03 02:24:41 +0000
commit4100d9b0a6e30d123b227ff156169bf4567cc1d9 (patch)
treef37b7a7b94290a80645ba5bb3ad87e97a042a279 /sys/fs/nfs/nfsproto.h
parentd0c5e279ae04d1b3462ef2afaf874c2c4e00d547 (diff)
downloadFreeBSD-src-4100d9b0a6e30d123b227ff156169bf4567cc1d9.zip
FreeBSD-src-4100d9b0a6e30d123b227ff156169bf4567cc1d9.tar.gz
Fix failures and warnings reported by newpynfs20090424 test tool.
This fix addresses only issues with the pynfs reports, none of these issues are know to create problems for extant real clients. Submitted by: Bart Hsiao <bart.hsiao@gmail.com> Reworked by: myself Reviewed by: rmacklem Approved by: rmacklem Sponsored by: QNAP Systems Inc.
Diffstat (limited to 'sys/fs/nfs/nfsproto.h')
-rw-r--r--sys/fs/nfs/nfsproto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfsproto.h b/sys/fs/nfs/nfsproto.h
index 731be07..768dfcb 100644
--- a/sys/fs/nfs/nfsproto.h
+++ b/sys/fs/nfs/nfsproto.h
@@ -996,7 +996,11 @@ struct nfsv3_sattr {
NFSATTRBM_TIMEDELTA | \
NFSATTRBM_TIMEMETADATA | \
NFSATTRBM_TIMEMODIFY | \
- NFSATTRBM_MOUNTEDONFILEID)
+ NFSATTRBM_MOUNTEDONFILEID | \
+ NFSATTRBM_QUOTAHARD | \
+ NFSATTRBM_QUOTASOFT | \
+ NFSATTRBM_QUOTAUSED)
+
#ifdef QUOTA
/*
OpenPOWER on IntegriCloud