Commit 5f9bc7f1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

fix compile time bug in usbfs caused by a typo in the superblock changes.

parent 0ec12004
......@@ -525,7 +525,7 @@ static void fs_remove_file (struct dentry *dentry)
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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment