On Fri, Oct 03, 2014 at 20:33, Martin Natano wrote:
> fusefs_quotactl() unconditionally returns zero, despite fusefs not
> supporting quotas. I think it should return EOPNOTSUPP. At least that
> is what cd9660, udf, fuse, msdosfs, tmpfs and nfs do.
>
> cheers,
> natano
>
> --- fuse_vfsops.c.orig
fusefs_quotactl() unconditionally returns zero, despite fusefs not
supporting quotas. I think it should return EOPNOTSUPP. At least that
is what cd9660, udf, fuse, msdosfs, tmpfs and nfs do.
cheers,
natano
--- fuse_vfsops.c.orig Thu Sep 11 14:53:36 2014
+++ fuse_vfsops.c Thu Sep 11 14:54:2