Searched hist:a1b51e98676932d031f5eec1325b2df4bbdc8f26 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff a1b51e98676932d031f5eec1325b2df4bbdc8f26 Mon Jan 05 21:04:53 CST 2009 Mikulas Patocka <mpatocka@redhat.com> dm table: drop reference at unbind
Move one dm_table_put() so that the last reference in the thread gets dropped in __unbind().
This is required for a following patch, dm-table-rework-reference-counting.patch, which will change the logic in such a way that table destructor is called only at specific points in the code.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|