]> err.no Git - linux-2.6/blobdiff - fs/filesystems.c
drm: rename badly named define and cleanup ioctl code spacing
[linux-2.6] / fs / filesystems.c
index 44082bfdfec960037be53f9cff8a412711bf6e1b..7a4f61aa05f8a63697be13231d69316ef5c365a9 100644 (file)
@@ -68,8 +68,6 @@ int register_filesystem(struct file_system_type * fs)
        int res = 0;
        struct file_system_type ** p;
 
-       if (!fs)
-               return -EINVAL;
        if (fs->next)
                return -EBUSY;
        INIT_LIST_HEAD(&fs->fs_supers);