aio: buffered cleanups
authorJens Axboe <jens.axboe@oracle.com>
Sat, 26 Sep 2009 15:30:26 +0000 (17:30 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 26 Sep 2009 15:30:26 +0000 (17:30 +0200)
commita3b3d13445da9fb75b609976bd67d12861b0e74d
tree17566a180468cfa74bf0f6c5180f84d96834b8c8
parentffb36f0fcd24b06323d8a7cdc15f22a3cc3dc1f5
aio: buffered cleanups

- Get rid of lock_page_killable() and lock_page_wq(), unifying them
  into a single lock_page_async().
- Get rid of the special sync_page_no_sched(), instead use a helper
  to check for a process special wait queue.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/pagemap.h
include/linux/wait.h
mm/filemap.c