The patch titled Ban register_filesystem(NULL); has been removed from the -mm tree. Its filename is ban-register_filesystemnull.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Ban register_filesystem(NULL); From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Everyone passes valid pointer there. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/filesystems.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/filesystems.c~ban-register_filesystemnull fs/filesystems.c --- a/fs/filesystems.c~ban-register_filesystemnull +++ a/fs/filesystems.c @@ -69,8 +69,6 @@ int register_filesystem(struct file_syst int res = 0; struct file_system_type ** p; - if (!fs) - return -EINVAL; if (fs->next) return -EBUSY; INIT_LIST_HEAD(&fs->fs_supers); _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch asus_acpi-fix-proc-files-parsing.patch asus_acpi-dont-printk-on-writing-garbage-to-proc-files.patch git-dvb.patch git-ieee1394.patch config_pm=n-slim-drivers-pcmcia.patch i82092-wire-up-errors-from-pci_register_driver.patch git-serial.patch git-scsi-misc.patch megaraid-fix-warnings-when-config_proc_fs=n.patch kmemdup-introduce.patch kmemdup-some-users.patch create-fs-utimesc.patch proper-flags-type-of-spin_lock_irqsave.patch remove-null-check-in-register_nls.patch make-kmem_cache_destroy-return-void-ecryptfs.patch config_pm=n-slim-drivers-ide-pci-sc1200c.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html