[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1302444629-17043-5-git-send-email-wanlong.gao@gmail.com>
Date: Sun, 10 Apr 2011 22:10:29 +0800
From: wanlong.gao@...il.com
To: broonie@...nsource.wolfsonmicro.com, geert@...ux-m68k.org,
starvik@...s.com, jesper.nilsson@...s.com, sameo@...ux.intel.com,
ian@...nsource.wolfsonmicro.com, dp@...nsource.wolfsonmicro.com,
lrg@...mlogic.co.uk, James.Bottomley@...e.de, aelder@....com
Cc: linux-kernel@...r.kernel.org, Wanlong Gao <wanlong.gao@...il.com>
Subject: [PATCH 5/5] xfs:removed the unused variable
From: Wanlong Gao <wanlong.gao@...il.com>
removed the unused variable "bdi" of xfs_buf.c .
Signed-off-by: Wanlong Gao <wanlong.gao@...il.com>
---
fs/xfs/linux-2.6/xfs_buf.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 5ea4020..a125b32 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -657,8 +657,6 @@ xfs_buf_readahead(
xfs_off_t ioff,
size_t isize)
{
- struct backing_dev_info *bdi;
-
if (bdi_read_congested(target->bt_bdi))
return;
--
1.7.3
--
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