On Tue 31-07-18 01:37:30, Jeremy Cline wrote:
> XQM_MAXQUOTAS and MAXQUOTAS are, it appears, equivalent. Replace all
> usage of XQM_MAXQUOTAS and remove it along with the unused XQM_*QUOTA
> definitions.
> 
> Signed-off-by: Jeremy Cline <[email protected]>

Thanks for the cleanup. The patch looks good, just one small nit:

> diff --git a/include/uapi/linux/dqblk_xfs.h b/include/uapi/linux/dqblk_xfs.h
> index 03d890b80ebc..a5846cde8272 100644
> --- a/include/uapi/linux/dqblk_xfs.h
> +++ b/include/uapi/linux/dqblk_xfs.h
> @@ -27,11 +27,6 @@
>  #define XQM_CMD(x)   (('X'<<8)+(x))  /* note: forms first QCMD argument */
>  #define XQM_COMMAND(x)       (((x) & (0xff<<8)) == ('X'<<8)) /* test if for 
> XFS */

You can delete XQM_COMMAND() as well here.

> -#define XQM_USRQUOTA 0       /* system call user quota type */
> -#define XQM_GRPQUOTA 1       /* system call group quota type */
> -#define XQM_PRJQUOTA 2       /* system call project quota type */
> -#define XQM_MAXQUOTAS        3
> -
>  #define Q_XQUOTAON   XQM_CMD(1)      /* enable accounting/enforcement */
>  #define Q_XQUOTAOFF  XQM_CMD(2)      /* disable accounting/enforcement */
>  #define Q_XGETQUOTA  XQM_CMD(3)      /* get disk limits and usage */

                                                                                
Honza
-- 
Jan Kara <[email protected]>
SUSE Labs, CR

Reply via email to