Browse Source

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>
Dave Chinner 14 years ago
parent
commit
89b3600ccf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/xfs/linux-2.6/xfs_buf.c

+ 0 - 2
fs/xfs/linux-2.6/xfs_buf.c

@@ -657,8 +657,6 @@ xfs_buf_readahead(
 	xfs_off_t		ioff,
 	xfs_off_t		ioff,
 	size_t			isize)
 	size_t			isize)
 {
 {
-	struct backing_dev_info *bdi;
-
 	if (bdi_read_congested(target->bt_bdi))
 	if (bdi_read_congested(target->bt_bdi))
 		return;
 		return;