s3-dfree-quota: remove special handling of EDQUOT
authorUri Simchoni <uri@samba.org>
Fri, 27 May 2016 19:15:46 +0000 (22:15 +0300)
committerJeremy Allison <jra@samba.org>
Tue, 31 May 2016 22:57:32 +0000 (00:57 +0200)
commitf7221857236f5449424cc9cbb1ac92f59fa51bbc
tree94fa95e2122b207f54c9d04ee37120f9db7b5df6
parentb79ea7d3fb92ba95b3368604e79dbb26e88a4acf
s3-dfree-quota: remove special handling of EDQUOT

It is no longer part of the quota VFS interface to return
an EDQUOT error as an indication that getting quota succeeded
but the user/group is over-quota. A VFS module implementing
quota interface always returns 0 on success.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/quotas.c