[PATCH] trivial patch to dm-strip.e

From: Dave Olien
Date: Tue Apr 27 2004 - 20:54:42 EST



add __exit to dm_stripe_exit().


diff -ur linux-2.6.6-rc2-udm1-original/drivers/md/dm-stripe.c linux-2.6.6-rc2-udm1-patched/drivers/md/dm-stripe.c
--- linux-2.6.6-rc2-udm1-original/drivers/md/dm-stripe.c 2004-04-27 18:53:14.000000000 -0700
+++ linux-2.6.6-rc2-udm1-patched/drivers/md/dm-stripe.c 2004-04-27 18:53:06.000000000 -0700
@@ -232,7 +232,7 @@
return r;
}

-void dm_stripe_exit(void)
+void __exit dm_stripe_exit(void)
{
if (dm_unregister_target(&stripe_target))
DMWARN("striped target unregistration failed");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/