On Fri, February 9, 2007 14:42, Johannes Schlumberger said:
> Hi,
> I just want to point out, so far after each test I brought the system back
> into the beginning state (kernel, dmsetup-package, etc).

Yes, that's good.

Could you please try a new compile, this time, skip the previously
mentioned patch and instead do the following changes:

In fs/block_dev.c, add the following at the end of the function bd_claim()
(just before the return):

printk("claim: %d:%d %p -> %d\n",
       MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev), holder, res);

In the same file, add to the end of the function bd_release():

printk("release: %d:%d\n",
       MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev));

Recompile, install, reboot, try cryptsetup, and then send me the entire
dmesg output

-- 
David Härdeman

-- 
David Härdeman



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to