diff options
-rw-r--r-- | 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 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( | |||
657 | xfs_off_t ioff, | 657 | xfs_off_t ioff, |
658 | size_t isize) | 658 | size_t isize) |
659 | { | 659 | { |
660 | struct backing_dev_info *bdi; | ||
661 | |||
662 | if (bdi_read_congested(target->bt_bdi)) | 660 | if (bdi_read_congested(target->bt_bdi)) |
663 | return; | 661 | return; |
664 | 662 | ||