[PATCH] xfs/133 134: filter redundant projid 0 quota report

Eric Sandeen sandeen at sandeen.net
Wed May 11 11:07:00 CDT 2016



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



More information about the xfs mailing list