md/raid1: fix build breakage
authorAlexander Beregalov <a.beregalov@gmail.com>
Mon, 6 Apr 2009 21:35:56 +0000 (01:35 +0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 21:40:07 +0000 (14:40 -0700)
commit91a9e99d76d71b1b16f422fae4bd844245f14638
tree4b38dfbb004bb39a670bebdcb1d99ed452f2de49
parentbf538fe4689694b0b90d358dda91cde7b438097d
md/raid1: fix build breakage

Fix this build error:

  drivers/md/raid1.c: In function 'raid1_congested':
  drivers/md/raid1.c:589: error: 'BDI_write_congested' undeclared

BDI_write_congested was changed in commit 1faa16d228 ("block: change the
request allocation/congestion logic to be sync/async based")

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Cc: Neil Brown <neilb@suse.de>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/raid1.c