1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

6 Commits

Author SHA1 Message Date
Stefan Metzmacher
1eafe33c88 r10962: fix setting of quotas on linux kernel with the
struct if_dqblk interface

metze
2007-10-10 11:04:58 -05:00
Stefan Metzmacher
ff82c247c5 r10163: try to fix the build on fedora 4, when --with-quota is not used
(to actually fix the quotas, more work is needed)

metze
2007-10-10 11:03:35 -05:00
Herb Lewis
173375f8d8 r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
Stefan Metzmacher
e9e5e2036f * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
XFS_GROUP_QUOTA -> GRPQUOTA
* Fix disk_free calculation with group quotas.
* Add debug class 'quota' and a lot of DEBUG()'s
  to the quota code.

metze
-
Jeremy Allison
cae5f158e5 XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.
Jeremy.
-
Jeremy Allison
ffaf9982dc Added last missing file.
Jeremy.
-