commit | 89b3600ccfb01aed6873bc499442fc0bed00bbdd | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Mar 29 07:09:20 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed Mar 30 23:34:20 2011 -0500 |
tree | d1aff97d157bb06597cef080ebd9fc06a8aec6c6 | |
parent | 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d [diff] |
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>
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 596bb2c..d917146 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -657,8 +657,6 @@ xfs_off_t ioff, size_t isize) { - struct backing_dev_info *bdi; - if (bdi_read_congested(target->bt_bdi)) return;