Import 2.3.26pre2
[davej-history.git] / fs / noquot.c
blobbc8755ed6301782d57730782057b5d3fee4ef85b
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 = 0, nr_free_dquots = 0;
10 int max_dquots = 0;
12 asmlinkage long sys_quotactl(int cmd, const char *special, int id, caddr_t addr)
14 return(-ENOSYS);