Merge with Linux 2.4.0-test5-pre6.
[linux-2.6/linux-mips.git] / fs / noquot.c
blob231aab4957ca1ce5071ed2cb5c7995310023047c
1 /* noquot.c: Quota stubs necessary for when quotas are not
2 * compiled into the kernel.
3 */
5 #include <linux/kernel.h>
6 #include <linux/types.h>
7 #include <linux/errno.h>
9 int nr_dquots, nr_free_dquots;
10 int max_dquots;
12 asmlinkage long sys_quotactl(int cmd, const char *special, int id, caddr_t addr)
14 return(-ENOSYS);