- i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     i2o_exec_exit and i2o_driver_exit should not be __exit.
has been removed from the -mm tree.  Its filename was
     i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: i2o_exec_exit and i2o_driver_exit should not be __exit.
From: Ralf Baechle <ralf@xxxxxxxxxxxxxx>

i2o_exec_exit and i2o_driver_exit were marked as __exit which is a bug
because both are invoked from __init and __exit functions.

Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
Cc: Markus Lidel <Markus.Lidel@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/message/i2o/core.h     |    4 ++--
 drivers/message/i2o/driver.c   |    2 +-
 drivers/message/i2o/exec-osm.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff -puN drivers/message/i2o/core.h~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit drivers/message/i2o/core.h
--- a/drivers/message/i2o/core.h~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit
+++ a/drivers/message/i2o/core.h
@@ -18,7 +18,7 @@ extern struct i2o_driver i2o_exec_driver
 extern int i2o_exec_lct_get(struct i2o_controller *);
 
 extern int __init i2o_exec_init(void);
-extern void __exit i2o_exec_exit(void);
+extern void i2o_exec_exit(void);
 
 /* driver */
 extern struct bus_type i2o_bus_type;
@@ -26,7 +26,7 @@ extern struct bus_type i2o_bus_type;
 extern int i2o_driver_dispatch(struct i2o_controller *, u32);
 
 extern int __init i2o_driver_init(void);
-extern void __exit i2o_driver_exit(void);
+extern void i2o_driver_exit(void);
 
 /* PCI */
 extern int __init i2o_pci_init(void);
diff -puN drivers/message/i2o/driver.c~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit drivers/message/i2o/driver.c
--- a/drivers/message/i2o/driver.c~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit
+++ a/drivers/message/i2o/driver.c
@@ -362,7 +362,7 @@ int __init i2o_driver_init(void)
  *
  *	Unregisters the I2O bus and frees driver array.
  */
-void __exit i2o_driver_exit(void)
+void i2o_driver_exit(void)
 {
 	bus_unregister(&i2o_bus_type);
 	kfree(i2o_drivers);
diff -puN drivers/message/i2o/exec-osm.c~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit drivers/message/i2o/exec-osm.c
--- a/drivers/message/i2o/exec-osm.c~i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit
+++ a/drivers/message/i2o/exec-osm.c
@@ -595,7 +595,7 @@ int __init i2o_exec_init(void)
  *
  *	Unregisters the Exec OSM from the I2O core.
  */
-void __exit i2o_exec_exit(void)
+void i2o_exec_exit(void)
 {
 	i2o_driver_unregister(&i2o_exec_driver);
 };
_

Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are

fix-namespace-conflict-between-w9968cfc-on-mips.patch
make-lm70_remove-a-__devexit-function.patch
mips-dbg_io-stray-brackets-fix.patch
git-mtd.patch
fix-pnx8550-serial-breakage.patch
pnx8550-uart-driver.patch
pci-legacy-resource-fix.patch
pci-legacy-resource-fix-tidy.patch
xfs-remove-useless-wmb-memory-barrier.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux