commit | fffe487d59ba4017c7c62b06667ca4a226cee651 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Nov 08 08:00:24 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Nov 08 08:00:24 2007 +0100 |
tree | e7473f6bc2406c1f20119a2d5532d7ec2655bdb6 | |
parent | 8ec680e4c3ec818efd1652f15199ed1c216ab550 [diff] |
pktcdvd: fix BUG caused by sysfs module reference semantics change pkt_setup_dev() expects module reference to be held on invocation. This used to be true for sysfs callbacks but not anymore. Test and grab module reference around pkt_setup_dev() in class_pktcdvd_store_add(). Signed-off-by: Tejun Heo <htejun@gmail.com> Acked-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>