commit | bcddc3f01c9122882c8b9f12ab94a934e55aef97 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Sun Sep 13 20:07:36 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Sep 16 15:18:52 2009 +0200 |
tree | db642f05ec083f49c4e32cf8d93c9f14028d8ec5 | |
parent | cfc4ba5365449cb6b5c9f68d755a142f17da1e47 [diff] |
writeback: inline allocation failure handling in bdi_alloc_queue_work() This gets rid of work == NULL in bdi_queue_work() and puts the OOM handling where it belongs. Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>