Skip to content

Commit

Permalink
xfs: fix unreferenced var error in xfs_buf.c
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
  • Loading branch information
Dave Chinner authored and Alex Elder committed Mar 31, 2011
1 parent 0ce790e commit 89b3600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 89b3600

Please sign in to comment.