| To: | David Chinner <dgc@xxxxxxx> |
|---|---|
| Subject: | [xfs-masters] [2.6 patch] make xfs_buftarg_list static again |
| From: | Adrian Bunk <bunk@xxxxxxxxx> |
| Date: | Tue, 20 Feb 2007 01:07:47 +0100 |
| Cc: | xfs-masters@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
| Reply-to: | xfs-masters@xxxxxxxxxxx |
| Sender: | xfs-masters-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.5.13 (2006-08-11) |
xfs_buftarg_list became global for no good reason. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> --- --- 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [xfs-masters] Re: [PATCH] - remove local random function, use lib/random.c random32(), Eric Sandeen |
|---|---|
| Next by Date: | [xfs-masters] Re: [2.6 patch] make xfs_buftarg_list static again, David Chinner |
| Previous by Thread: | [xfs-masters] [PATCH] - remove local random function, use lib/random.c random32(), Joe Perches |
| Next by Thread: | [xfs-masters] Re: [2.6 patch] make xfs_buftarg_list static again, David Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |