]> git.baikalelectronics.ru Git - kernel.git/commit
Fix compile error due to congestion_wait() changes
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 11 Jul 2009 14:06:54 +0000 (10:06 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jul 2009 18:22:26 +0000 (11:22 -0700)
commita7b2c86f9b7bf70bc79d50f9415392e8449567be
tree1fcc8cdcf8deab3ed1d16ff3c0f2dfa38bcf7915
parent589ee5c56812808bb8dc86ff85bbae6840d655f5
Fix compile error due to congestion_wait() changes

Move the definition of BLK_RW_ASYNC/BLK_RW_SYNC into linux/backing-dev.h
so that it is available to all callers of set/clear_bdi_congested().

This replaces commit 0dd8435c9a835fe468e3395cd9d285f966a27828 ("fuse:
Fix build error"), which will be reverted.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/backing-dev.h
include/linux/blkdev.h