]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm thin: use __blkdev_issue_discard for async discard support
authorMike Snitzer <snitzer@redhat.com>
Tue, 3 May 2016 00:16:21 +0000 (20:16 -0400)
committerMike Snitzer <snitzer@redhat.com>
Fri, 13 May 2016 13:03:52 +0000 (09:03 -0400)
commit3dba53a958a758fe7bed5002f6a2846e1acefe8e
tree25f8fc0555390b619cdc92f18c03e3bd556aa81c
parent13e4f8a695aa1dc7c94525047fc2ffb9abc8125e
dm thin: use __blkdev_issue_discard for async discard support

With commit 38f25255330 ("block: add __blkdev_issue_discard") DM thinp
no longer needs to carry its own async discard method.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Acked-by: Joe Thornber <ejt@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/md/dm-thin.c