]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/md/dm-rq.c
block: simplify blk_init_allocated_queue
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Jan 2017 11:52:44 +0000 (14:52 +0300)
committerJens Axboe <axboe@fb.com>
Fri, 27 Jan 2017 22:08:35 +0000 (15:08 -0700)
commit5ea708d15a928f7a479987704203616d3274c03b
tree0b1595694cc628134ccb108f256beed8831887bf
parente6f7f93d58de74700f83dd0547dd4306248a093d
block: simplify blk_init_allocated_queue

Return an errno value instead of the passed in queue so that the callers
don't have to keep track of two queues, and move the assignment of the
request_fn and lock to the caller as passing them as argument doesn't
simplify anything.  While we're at it also remove two pointless NULL
assignments, given that the request structure is zeroed on allocation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
drivers/md/dm-rq.c
include/linux/blkdev.h