GFS2: return -E2BIG if hit the maximum limits of ACLs
authorJie Liu <jeff.liu@oracle.com>
Tue, 4 Mar 2014 03:28:39 +0000 (11:28 +0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 6 Mar 2014 10:39:32 +0000 (10:39 +0000)
Return -E2BIG rather than -EINVAL if hit the maximum size limits of
ACLs, as the former errno is consistent with VFS xattr syscalls.

This is pointed out by Dave Chinner in previous discussion thread:
http://www.spinics.net/lists/linux-fsdevel/msg71125.html

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/acl.c

diff --cc fs/gfs2/acl.c
Simple merge