patch-2.3.50 linux/drivers/usb/inode.c

Next file: linux/drivers/usb/keyspan_pda_fw.h
Previous file: linux/drivers/usb/devices.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/drivers/usb/inode.c linux/drivers/usb/inode.c
@@ -212,9 +212,7 @@
 }
 
 static struct dentry_operations usbdevfs_dentry_operations = {
-        usbdevfs_revalidate,    /* d_revalidate */
-        NULL,                   /* d_hash */
-        NULL,                   /* d_compare */
+	d_revalidate:	usbdevfs_revalidate,
 };
 
 static struct dentry *usbdevfs_root_lookup(struct inode *dir, struct dentry *dentry)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)