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:
parent
de0776cdaa
commit
1bd3cbd312
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user