]> git.baikalelectronics.ru Git - kernel.git/commit
writeback: inline allocation failure handling in bdi_alloc_queue_work()
authorJens Axboe <jens.axboe@oracle.com>
Sun, 13 Sep 2009 18:07:36 +0000 (20:07 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 16 Sep 2009 13:18:52 +0000 (15:18 +0200)
commitaf33234bf88cc4cb9a8b6531f5861ab99e587eb7
treedb642f05ec083f49c4e32cf8d93c9f14028d8ec5
parent3f8dc60c84bbc24907fb6873c1730d2393211cc1
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>
fs/fs-writeback.c