Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfsd4: make set of large acl return efbig, not resource
If a client attempts to set an excessively large ACL, return NFS4ERR_FBIG instead of NFS4ERR_RESOURCE. I'm not sure FBIG is correct, but I'm positive RESOURCE is wrong (it isn't even a well-defined error any more for NFS versions since 4.1). Signed-off-by: J. Bruce Fields <bfields@redhat.com>
- Loading branch information