search for: linux_quotas_1

Displaying 1 result from an estimated 1 matches for "linux_quotas_1".

2002 May 28
2
Re: Problems compiling Samba 2.2.4 with quota under Debian stable
..._quota': > smbd/quotas.c:111: storage size of `D' isn't known > make[1]: *** [smbd/quotas.o] Error 1 > make[1]: Leaving directory `/usr/src/samba-2.2.4/source' > make: *** [build-stamp] Error 2 > > Obviously this is the offending source fragment: > > #ifdef LINUX_QUOTAS_1 > struct dqblk D; > > It seems as if "struct dqblk" isn't defined. Why is this? > > My kernel config WRT to quota configuration looks like this: > > CONFIG_QUOTA=y > # CONFIG_QFMT_V1 is not set > CONFIG_QFMT_V2=m > # CONFIG_QIFACE_COMPAT is not...