• Jie Liu's avatar
    xfs: make quota metadata truncation behavior consistent to user space · c61a9e39
    Jie Liu authored
    In xfs_qm_scall_trunc_qfiles(), we ignore the error if failed to remove
    the users quota metadata and proceed to remove groups and projects if
    they are being there.  However, in user space, the remove operation will
    break and return if failed to remove any kind of quota.
    Also for v5 super block, we can enabled both group and project quota at
    the same time, in this case the current error handling will cover the
    group error with projects but they might failed due to different reasons.
    
    It seems we'd better the error handling consistent to the user space and
    don't trying to remove another kind of quota metadata if the previous
    operation is failed.
    Signed-off-by: default avatarJie Liu <jeff.liu@oracle.com>
    Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarBen Myers <bpm@sgi.com>
    c61a9e39
xfs_qm_syscalls.c 27.1 KB