1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r10962: fix setting of quotas on linux kernel with the

struct if_dqblk interface

metze
(This used to be commit 1eafe33c88)
This commit is contained in:
Stefan Metzmacher 2005-10-13 14:59:47 +00:00 committed by Gerald (Jerry) Carter
parent de0776cdaa
commit 1bd3cbd312

View File

@ -394,6 +394,7 @@ static int sys_set_linux_gen_quota(const char *path, const char *bdev, enum SMB_
D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
}
D.dqb_valid = QIF_LIMITS;
qflags = dp->qflags;