[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070220000747.GC13958@stusta.de>
Date: Tue, 20 Feb 2007 01:07:47 +0100
From: Adrian Bunk <bunk@...sta.de>
To: David Chinner <dgc@....com>
Cc: xfs-masters@....sgi.com, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make xfs_buftarg_list static again
xfs_buftarg_list became global for no good reason.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
--- linux-2.6.20-mm2/fs/xfs/linux-2.6/xfs_buf.c.old 2007-02-18 22:55:40.000000000 +0100
+++ linux-2.6.20-mm2/fs/xfs/linux-2.6/xfs_buf.c 2007-02-18 22:56:08.000000000 +0100
@@ -1424,7 +1424,7 @@
/*
* buftarg list for delwrite queue processing
*/
-LIST_HEAD(xfs_buftarg_list);
+static LIST_HEAD(xfs_buftarg_list);
static DEFINE_SPINLOCK(xfs_buftarg_lock);
STATIC void
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists