mtd: gpmi: do not get the clock frequency in gpmi_begin()
[sfrench/cifs-2.6.git] / fs / filesystems.c
index 0845f84f2a5fe2b8eaf95aaac05a06cfe21f79e0..96f24286667adf1aefe4a4c2b4fc2fc67eb19880 100644 (file)
@@ -74,7 +74,6 @@ int register_filesystem(struct file_system_type * fs)
        BUG_ON(strchr(fs->name, '.'));
        if (fs->next)
                return -EBUSY;
-       INIT_LIST_HEAD(&fs->fs_supers);
        write_lock(&file_systems_lock);
        p = find_filesystem(fs->name, strlen(fs->name));
        if (*p)