summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorDave Chinner2011-03-29 09:09:20 +0200
committerAlex Elder2011-03-31 06:34:20 +0200
commit89b3600ccfb01aed6873bc499442fc0bed00bbdd (patch)
treed1aff97d157bb06597cef080ebd9fc06a8aec6c6 /fs/xfs
parentLinux 2.6.39-rc1 (diff)
downloadkernel-qcow2-linux-89b3600ccfb01aed6873bc499442fc0bed00bbdd.tar.gz
kernel-qcow2-linux-89b3600ccfb01aed6873bc499442fc0bed00bbdd.tar.xz
kernel-qcow2-linux-89b3600ccfb01aed6873bc499442fc0bed00bbdd.zip
xfs: fix unreferenced var error in xfs_buf.c
Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/linux-2.6/xfs_buf.c2
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 596bb2c9de42..d917146c043b 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;