diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
commit | 7fd36ebeeec9244a7431bb010e6e3c5e4848a0d5 (patch) | |
tree | 5fb03a9aafdd1cec5f4f6ff7f1873174cb89b66c /fs/noquot.c | |
parent | ba2dacab305c598cd4c34a604f8e276bf5bab5ff (diff) |
Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)
Diffstat (limited to 'fs/noquot.c')
-rw-r--r-- | fs/noquot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/noquot.c b/fs/noquot.c index bc8755ed6..231aab495 100644 --- a/fs/noquot.c +++ b/fs/noquot.c @@ -6,8 +6,8 @@ #include <linux/types.h> #include <linux/errno.h> -int nr_dquots = 0, nr_free_dquots = 0; -int max_dquots = 0; +int nr_dquots, nr_free_dquots; +int max_dquots; asmlinkage long sys_quotactl(int cmd, const char *special, int id, caddr_t addr) { |