]> Git Repo - linux.git/commit
block: add __blkdev_issue_discard
authorChristoph Hellwig <[email protected]>
Sat, 16 Apr 2016 18:55:28 +0000 (14:55 -0400)
committerJens Axboe <[email protected]>
Mon, 2 May 2016 15:19:46 +0000 (09:19 -0600)
commit38f252553300ee1d3346a5273e95fe1dd60ca50a
treeddd79bcd6c509dc804374d250a38a0ebd5c3b7c1
parent9082e87bfbf83579b97e3bfc45d81f3e50da2177
block: add __blkdev_issue_discard

This is a version of blkdev_issue_discard which doesn't wait for
the I/O to complete, but instead allows the caller to submit
the final bio and/or chain it to others.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Ming Lin <[email protected]>
Signed-off-by: Sagi Grimberg <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-lib.c
include/linux/blkdev.h
This page took 0.048463 seconds and 4 git commands to generate.