dm: remove unnecessary struct dm_wq_req
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 2 Apr 2009 18:55:37 +0000 (19:55 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Thu, 2 Apr 2009 18:55:37 +0000 (19:55 +0100)
commit53d5914f288b67ddc4d594d6a09568fe114bb909
treee4f8e2442b85564a3f8f90f32228d5efeb3bd033
parent9a1fb46448cac50e93115322ad28f417936f7852
dm: remove unnecessary struct dm_wq_req

Remove struct dm_wq_req and move "work" directly into struct mapped_device.

In the revised implementation, the thread will do just one type of work
(processing the queue).

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