Commit d90464e1 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] (2/9) more ->get_sb() stuff

More ->get_sb() patches: fix for usbdevfs - forgot to remove
DECLARE_FSTYPE() after adding explicit initializer.
parent cac69886
......@@ -540,9 +540,6 @@ static struct file_system_type usb_fs_type = {
get_sb: usb_get_sb,
};
static DECLARE_FSTYPE(usbdevice_fs_type, "usbdevfs", usbfs_read_super, FS_SINGLE);
static DECLARE_FSTYPE(usb_fs_type, "usbfs", usbfs_read_super, FS_SINGLE);
/* --------------------------------------------------------------------- */
static int get_mount (void)
{
......
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