patch-2.4.19 linux-2.4.19/drivers/usb/storage/usb.c
Next file: linux-2.4.19/drivers/usb/stv680.c
Previous file: linux-2.4.19/drivers/usb/storage/unusual_devs.h
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/drivers/usb/storage/usb.c
- Orig date:
Mon Feb 25 11:38:07 2002
diff -urN linux-2.4.18/drivers/usb/storage/usb.c linux-2.4.19/drivers/usb/storage/usb.c
@@ -1,9 +1,9 @@
/* Driver for USB Mass Storage compliant devices
*
- * $Id: usb.c,v 1.70 2002/01/06 07:14:12 mdharm Exp $
+ * $Id: usb.c,v 1.73 2002/01/27 09:02:15 mdharm Exp $
*
* Current development and maintenance by:
- * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
+ * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
*
* Developed with the assistance of:
* (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org)
@@ -318,6 +318,7 @@
current->files = init_task.files;
atomic_inc(¤t->files->count);
daemonize();
+ reparent_to_init();
/* avoid getting signals */
spin_lock_irq(¤t->sigmask_lock);
@@ -958,6 +959,7 @@
ss->protocol_name = "Unknown";
kfree(ss->current_urb);
kfree(ss);
+ usb_dec_dev_use(dev);
return NULL;
break;
}
@@ -965,6 +967,8 @@
/* allocate an IRQ callback if one is needed */
if ((ss->protocol == US_PR_CBI) && usb_stor_allocate_irq(ss)) {
+ kfree(ss->current_urb);
+ kfree(ss);
usb_dec_dev_use(dev);
return NULL;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)