2003-08-09 03:57:46

by Stephane Ouellette

[permalink] [raw]
Subject: [PATCH] Unused variable warning in fs/ext3/super.c if CONFIG_QUOTA is not defined

--- linux-2.6.0-test2-orig/fs/ext3/super.c 2003-07-27 13:09:04.000000000 -0400
+++ linux-2.6.0-test2-fixed/fs/ext3/super.c 2003-08-08 23:52:42.000000000 -0400
@@ -2000,7 +2000,9 @@
/* Blocks: quota info + (4 pointer blocks + 1 entry block) * (3 indirect + 1 descriptor + 1 bitmap) + superblock */
#define EXT3_V0_QFMT_BLOCKS 27

+#ifdef CONFIG_QUOTA
static int (*old_sync_dquot)(struct dquot *dquot);
+#endif

static int ext3_sync_dquot(struct dquot *dquot)
{


Attachments:
super.c-2.4.22-rc1-ac1.diff (389.00 B)
super.c-2.6.0-test2.diff (467.00 B)
Download all attachments