]> git.baikalelectronics.ru Git - kernel.git/commit
dm thin: dont use map_context
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 21 Dec 2012 20:23:40 +0000 (20:23 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 21 Dec 2012 20:23:40 +0000 (20:23 +0000)
commitbbdacc287d2599ac9e439cb7e241a04683e73e2f
treec36bffdac55cf1bed47abd0cb194c2c93aa1815c
parent70554339b2a464774f9c3108c90402dc244d6734
dm thin: dont use map_context

This patch removes endio_hook_pool from dm-thin and uses per-bio data instead.

This patch removes any use of map_info in preparation for the next patch
that removes map_info from bio-based device mapper.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-thin.c