On Thu, Feb 07, 2002 at 09:15:18AM -0600, Benjamin Pharr wrote:
> I got the following error when trying to compile 2.5.4-pre2:

This patch fixes this.  I'll send it upstream later today.

thanks,

greg k-h


diff -Nru a/drivers/usb/inode.c b/drivers/usb/inode.c
--- a/drivers/usb/inode.c       Thu Feb  7 08:08:34 2002
+++ b/drivers/usb/inode.c       Thu Feb  7 08:08:34 2002
@@ -525,7 +525,7 @@
 static struct super_block *usb_get_sb(struct file_system_type *fs_type,
        int flags, char *dev_name, void *data)
 {
-       return get_sb_single(fs_type, flags, data, usb_fill_super);
+       return get_sb_single(fs_type, flags, data, usbfs_fill_super);
 }
 
 static struct file_system_type usbdevice_fs_type = {

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to