From: Spencer Shepler (shepler@eng.sun.com)
Date: 10/04/01-06:15:05 PM Z
Date: Thu, 4 Oct 2001 18:15:05 -0500 From: Spencer Shepler <shepler@eng.sun.com> Subject: .x quota definition changes Message-ID: <20011004181505.L398@dhcp-aus08-227.sun.com> On Thu, Sergey Klyushin wrote: > typedefs of fattr4_quota_hard and fattr4_quota_soft were changed to > fattr4_quota_avail_hard > and fattr4_quota_avail_soft. There are also > const FATTR4_QUOTA_HARD = 38; and > const FATTR4_QUOTA_SOFT = 39; > > Should it be changed to correspond to RFC? So the RFC uses "quota_avail_*" so the two const definitions should be changed to something like: const FATTR4_QUOTA_AVAIL_HARD = 38; const FATTR4_QUOTA_AVAIL_SOFT = 39; Right? Spencer
This archive was generated by hypermail 2.1.2 : 03/04/05-01:49:14 AM Z CST