svn commit: samba r10962 - in branches/SAMBA_3_0/source/lib: .

metze at samba.org metze at samba.org
Thu Oct 13 14:59:47 GMT 2005


Author: metze
Date: 2005-10-13 14:59:47 +0000 (Thu, 13 Oct 2005)
New Revision: 10962

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10962

Log:
fix setting of quotas on linux kernel with the
struct if_dqblk interface

metze
Modified:
   branches/SAMBA_3_0/source/lib/sysquotas_linux.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/sysquotas_linux.c
===================================================================
--- branches/SAMBA_3_0/source/lib/sysquotas_linux.c	2005-10-13 13:20:26 UTC (rev 10961)
+++ branches/SAMBA_3_0/source/lib/sysquotas_linux.c	2005-10-13 14:59:47 UTC (rev 10962)
@@ -394,6 +394,7 @@
 		D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
 		D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
 	}
+	D.dqb_valid = QIF_LIMITS;
 
 	qflags = dp->qflags;
 



More information about the samba-cvs mailing list