patch-2.3.99-pre8 linux/fs/dquot.c
Next file: linux/fs/file_table.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri May 12 11:21:20 2000
- Orig file:
v2.3.99-pre7/linux/fs/dquot.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/fs/dquot.c linux/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 @@
* 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];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)