Re: fusefs_quotactl return value

2014-10-03 Thread Ted Unangst
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 return value

2014-10-03 Thread Martin Natano
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