writeback: remove unused nonblocking and congestion checks
authorWu Fengguang <fengguang.wu@gmail.com>
Thu, 3 Dec 2009 12:54:25 +0000 (13:54 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 3 Dec 2009 12:54:25 +0000 (13:54 +0100)
commit0d99519efef15fd0cf84a849492c7b1deee1e4b7
treed0f9d922ef73f6b9c4529826878f3cc5567848fd
parentb17621fed6aa039387e35f9b4d34d98f213e5673
writeback: remove unused nonblocking and congestion checks

- no one is calling wb_writeback and write_cache_pages with
  wbc.nonblocking=1 any more
- lumpy pageout will want to do nonblocking writeback without the
  congestion wait

So remove the congestion checks as suggested by Chris.

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Chris Mason <chris.mason@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Alex Elder <aelder@sgi.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/staging/pohmelfs/inode.c
fs/fs-writeback.c
fs/xfs/linux-2.6/xfs_aops.c
mm/page-writeback.c