diff options
author | Joe Thornber <ejt@redhat.com> | 2016-10-21 10:06:40 -0400 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2017-03-07 11:30:16 -0500 |
commit | 742c8fdc31e820503f9267070311d894978d1349 (patch) | |
tree | 42aba7a8ad9cd1db52aa9e3a0a14d3fd0112c65e /drivers/md/Makefile | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-stable-742c8fdc31e820503f9267070311d894978d1349.tar.gz linux-stable-742c8fdc31e820503f9267070311d894978d1349.tar.bz2 linux-stable-742c8fdc31e820503f9267070311d894978d1349.zip |
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>
Diffstat (limited to 'drivers/md/Makefile')
-rw-r--r-- | drivers/md/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile index 3cbda1af87a0..d378b1db7852 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile @@ -11,6 +11,7 @@ dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \ dm-mirror-y += dm-raid1.o dm-log-userspace-y \ += dm-log-userspace-base.o dm-log-userspace-transfer.o +dm-bio-prison-y += dm-bio-prison-v1.o dm-bio-prison-v2.o dm-thin-pool-y += dm-thin.o dm-thin-metadata.o dm-cache-y += dm-cache-target.o dm-cache-metadata.o dm-cache-policy.o dm-cache-smq-y += dm-cache-policy-smq.o |