On 5/11/16 11:04 AM, Eric Sandeen wrote: > +_filter_project_quota() > +{ > + # Project ID 0 is always present on disk but was not reported > + # until the GETNEXTQUOTA ioctl came into use. Filter it out. > + _filter_quota | grep -v "^\#0" > +} or perhaps that should be grep -v "^\#0\|^(null)" because at one point we reported "(null)" not "#0" right? Thanks, -Eric _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs