The patch titled unionfs: sioq not __exit has been removed from the -mm tree. Its filename was unionfs-sioq-not-__exit.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: unionfs: sioq not __exit From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> stop_sioq() is called from both __init and __exit functions, so it shouldn't be marked __exit. Reported on the kernelnewbies mailing list, but no patch offered there. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/unionfs/sioq.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/unionfs/sioq.c~unionfs-sioq-not-__exit fs/unionfs/sioq.c --- a/fs/unionfs/sioq.c~unionfs-sioq-not-__exit +++ a/fs/unionfs/sioq.c @@ -40,7 +40,7 @@ int __init init_sioq(void) return err; } -void __exit stop_sioq(void) +void stop_sioq(void) { if (superio_workqueue) destroy_workqueue(superio_workqueue); _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch cpuidle-unsigned-bitfield.patch acpi-dock-use-null-for-pointer.patch nozomi-use-null-for-pointers.patch git-drm.patch romfs-printk-format-warnings.patch git-netdev-all.patch git-scsi-misc.patch git-unionfs.patch git-ipwireless_cs.patch i386-fix-gdts-number-of-quadwords-in.patch scripts-kernel-doc-whitespace-cleanup.patch reiserfs-proc-support-requires-proc_fs.patch kprobes-fix-sparse-null-warning.patch ext4-use-null-for-pointers.patch some-grammatical-fixups-and-additions-to-atomich-kernel-doc.patch profile-likely-unlikely-macros.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