2003-08-16 04:45:03

by Stephane Ouellette

[permalink] [raw]
Subject: [PATCH][TRIVIAL][RESEND] Remove warning in fs/ext3/super.c

--- linux-2.4.22-rc1-ac1-orig/fs/ext3/super.c Fri Aug 8 22:34:32 2003
+++ linux-2.4.22-rc1-ac1-fixed/fs/ext3/super.c Fri Aug 8 23:48:54 2003
@@ -449,7 +449,10 @@
}

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

static struct super_operations ext3_sops = {
read_inode: ext3_read_inode, /* BKL held */


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