Re: pktcdvd oops

2007-11-06 Thread Thomas Maier
Hello, have not tested it yet, but i quess, the code mentioned by Peter is in pkt_new_dev() that is called by pkt_setup_dev(): /* This is safe, since we have a reference from open(). */ __module_get(THIS_MODULE); So, now, there must be checks in every sysfs operation in

Re: pktcdvd oops

2007-11-06 Thread Thomas Maier
Hello, have not tested it yet, but i quess, the code mentioned by Peter is in pkt_new_dev() that is called by pkt_setup_dev(): /* This is safe, since we have a reference from open(). */ __module_get(THIS_MODULE); So, now, there must be checks in every sysfs operation in

[PATCH 1/1] 2.6.20-rc1-mm1 pktcdvd: cleanup

2006-12-27 Thread Thomas Maier
Hello, this is a patch to cleanup some things in the pktcdvd driver for linux 2.6.20: - update documentation - use clear_bdi_congested/set_bdi_congested functions directly instead of old wrappers - removed DECLARE_BUF_AS_STRING macro Signed-off-by: Thomas Maier <[EMAIL PROTECTED]> p

[PATCH 1/1] 2.6.20-rc1-mm1 pktcdvd: cleanup

2006-12-27 Thread Thomas Maier
Hello, this is a patch to cleanup some things in the pktcdvd driver for linux 2.6.20: - update documentation - use clear_bdi_congested/set_bdi_congested functions directly instead of old wrappers - removed DECLARE_BUF_AS_STRING macro Signed-off-by: Thomas Maier [EMAIL PROTECTED] pktcdvd