Displaying 1 result from an estimated 1 matches for "078d9dde99c8".
2007 Aug 02
3
NFS rquota support
For v1.1, probably applies to v1.0 code pretty easily too:
http://hg.dovecot.org/dovecot/rev/078d9dde99c8
The other rquota patches had authunix_create_default() call. Is this
needed/useful?
The client is now always created+destroyed for each quota lookup. I'd
think it would be faster if it was created only once, but does it then
break something?
If the above isn't done, clnt_create() could b...