summaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-05-12 23:48:34 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-05-12 23:48:34 +0000
commit7fd36ebeeec9244a7431bb010e6e3c5e4848a0d5 (patch)
tree5fb03a9aafdd1cec5f4f6ff7f1873174cb89b66c /fs/dquot.c
parentba2dacab305c598cd4c34a604f8e276bf5bab5ff (diff)
Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)
Diffstat (limited to 'fs/dquot.c')
-rw-r--r--fs/dquot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/dquot.c b/fs/dquot.c
index b72ac05ff..56824a73a 100644
--- a/fs/dquot.c
+++ b/fs/dquot.c
@@ -58,7 +58,7 @@
#define __DQUOT_VERSION__ "dquot_6.4.0"
-int nr_dquots = 0, nr_free_dquots = 0;
+int nr_dquots, nr_free_dquots;
int max_dquots = NR_DQUOTS;
static char quotamessage[MAX_QUOTA_MESSAGE];
@@ -91,7 +91,7 @@ static inline struct quota_mount_options *sb_dqopt(struct super_block *sb)
* mechanism to lcoate a specific dquot.
*/
-static struct dquot *inuse_list = NULL;
+static struct dquot *inuse_list;
static LIST_HEAD(free_dquots);
static struct dquot *dquot_hash[NR_DQHASH];
static int dquot_updating[NR_DQHASH];