The patch titled add missing desctiption in super.c has been removed from the -mm tree. Its filename is add-missing-desctiption-in-superc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: add missing desctiption in super.c From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Adds kernel-doc for alloc_super() type in fs/super.c. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/super.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/super.c~add-missing-desctiption-in-superc fs/super.c --- a/fs/super.c~add-missing-desctiption-in-superc +++ a/fs/super.c @@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock); /** * alloc_super - create new superblock + * @type: filesystem type superblock should belong to * * Allocates and initializes a new &struct super_block. alloc_super() * returns a pointer new superblock or %NULL if allocation had failed. _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are origin.patch git-libata-all.patch kerneldoc-error-on-ata_piixc.patch git-netdev-all.patch git-net.patch git-scsi-misc.patch pci_module_init-conversion-in-scsi-subsys-2nd-try.patch docbook-fix-segfault-in-docprocc.patch pci_module_init-convertion-in-ata_genericc.patch pci_module_init-convertion-in-ata_genericc-fix.patch pci_module_init-convertion-in-amso1100-driver.patch pci_module_init-convertion-for-k8_edacc.patch pci_module_init-convertion-in-the-legacy-megaraid-driver.patch nozomi-pci_module_init-conversion.patch pci_module_init-convertion-in-olympicc.patch pci_module_init-conversion-for-pata_pdc2027x.patch pci_module_init-convertion-in-tmscsimc.patch mark-pci_module_init-deprecated.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