]> git.baikalelectronics.ru Git - kernel.git/commit
dm thin: move bio_prison code to separate module
authorMike Snitzer <snitzer@redhat.com>
Fri, 12 Oct 2012 20:02:13 +0000 (21:02 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 12 Oct 2012 20:02:13 +0000 (21:02 +0100)
commit866fee1ba13efc18febbfb5c436797084eae7337
tree80a52e60b29377dc82c7f4c902ca0053479d6909
parentbf86c37eb4370dbeb457b77a514298688c16fe4f
dm thin: move bio_prison code to separate module

The bio prison code will be useful to other future DM targets so
move it to a separate module.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/Kconfig
drivers/md/Makefile
drivers/md/dm-bio-prison.c [new file with mode: 0644]
drivers/md/dm-bio-prison.h [new file with mode: 0644]
drivers/md/dm-thin.c