[PATCH] remove default quotas from core code v04

Stefan (metze) Metzmacher metze at metzemix.de
Fri Jul 25 08:44:17 GMT 2003


Hi Alexander,

here's a update for the remove default quotas from core code patch.

(the default_quota module patch has no changes, but this applies fine to 
the current tree)

the changes are :

remove:
if ((ret = quotactl(QCMD(Q_XGETQSTAT,USRQUOTA), bdev, -1, (CADDR_T)&F)))
         return ret;
add:
quotactl(QCMD(Q_XGETQSTAT,USRQUOTA), bdev, -1, (CADDR_T)&F));
...
ret = 0;

and add some DEBUG() messages...

Alex:

can you please test if that patch works for you...
(the 3_0-rem-def-quota-04.diff)


metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3_0-default-quota-04.diff
Type: application/octet-stream
Size: 8782 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20030725/4d30693f/3_0-default-quota-04.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3_0-rem-def-quota-04.diff
Type: application/octet-stream
Size: 12748 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20030725/4d30693f/3_0-rem-def-quota-04.obj


More information about the samba-technical mailing list