]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/md/dm-bio-prison-v1.h
dm bio prison v2: new interface for the bio prison
authorJoe Thornber <ejt@redhat.com>
Fri, 21 Oct 2016 14:06:40 +0000 (10:06 -0400)
committerMike Snitzer <snitzer@redhat.com>
Tue, 7 Mar 2017 16:30:16 +0000 (11:30 -0500)
commit742c8fdc31e820503f9267070311d894978d1349
tree42aba7a8ad9cd1db52aa9e3a0a14d3fd0112c65e
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
dm bio prison v2: new interface for the bio prison

The deferred set is gone and all methods have _v2 appended to the end of
their names to allow for continued use of the original bio prison in DM
thin-provisioning.

Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/Makefile
drivers/md/dm-bio-prison-v1.c [new file with mode: 0644]
drivers/md/dm-bio-prison-v1.h [new file with mode: 0644]
drivers/md/dm-bio-prison-v2.c [new file with mode: 0644]
drivers/md/dm-bio-prison-v2.h [new file with mode: 0644]
drivers/md/dm-bio-prison.c [deleted file]
drivers/md/dm-bio-prison.h [deleted file]
drivers/md/dm-cache-target.c
drivers/md/dm-thin.c