[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Question about 'dmsetup remove' and dtr of target_type
- From: "Reng Zeng" <alan fiucssa org>
- To: dm-devel redhat com
- Subject: [dm-devel] Question about 'dmsetup remove' and dtr of target_type
- Date: Sun, 9 Nov 2008 00:27:24 -0500
Hi,
I suppose "dmsetup remove' will invoke dtr of target_type to remove the device.
However, I use "dmsetup remove" hundreds times, as the debug info, but it never enter the dtr function I defined.
Anybody have idea on this? Or how to dig into that to discover the reason? Thanks.
To be of more details, I have cache_target as below.
static struct target_type cache_target = {
...
.dtr = cache_dtr,
...
};
I add debug info into cache_dtr, it show it never enter into cache_dtr when I "dmsetup remove".
Thanks again,
Alan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]