commit | 53d5914f288b67ddc4d594d6a09568fe114bb909 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Thu Apr 02 19:55:37 2009 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Thu Apr 02 19:55:37 2009 +0100 |
tree | e4f8e2442b85564a3f8f90f32228d5efeb3bd033 | |
parent | 9a1fb46448cac50e93115322ad28f417936f7852 [diff] |
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>