commit | 4ae69fea588148360d470ce604714b6d619ea749 | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Fri Feb 07 15:26:11 2014 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Fri Feb 07 15:26:11 2014 +1100 |
tree | 4903bfcfe88296ee1ce49edb1f209f79d0b2620b | |
parent | 392c6de98af1fd7e2fc9c7bf5e52be16286f7b42 [diff] |
xfs: return -E2BIG if hit the maximum size limits of ACLs We should return -E2BIG rather than -EINVAL if hit the maximum size limits of ACLS, as the former is consistent with VFS xattr syscalls. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>