From ed6eefe4382ab3a72d70922d401b7c8003513f13 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 18:13:52 -0800 Subject: v2.4.3.6 -> v2.4.3.7 - Johannes Erdfelt: USB updates - David Howells: more rw-sem stuff - David Miller: network callback cleanups and fixes - Jan Harkes: make Coda use the proper VFS layer interfaces, so that it can use "non-traditional-unix" filesystems without inode numbers for backing store. --- include/linux/usb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/usb.h') diff --git a/include/linux/usb.h b/include/linux/usb.h index 227d6048e8b5..5068f1a80656 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -583,6 +583,8 @@ struct usb_bus { /* usbdevfs inode list */ struct list_head inodes; + + atomic_t refcnt; }; #define USB_MAXCHILDREN (16) /* This is arbitrary */ -- cgit v1.2.3