From: Dave Chinner Date: Tue, 29 Mar 2011 07:09:20 +0000 (+0000) Subject: xfs: fix unreferenced var error in xfs_buf.c X-Git-Tag: v2.6.39-rc3~1^2~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=89b3600ccfb01aed6873bc499442fc0bed00bbdd;p=linux-pvops.git xfs: fix unreferenced var error in xfs_buf.c Signed-off-by: Dave Chinner Signed-off-by: Alex Elder --- 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;