* [PATCH] trivial patch to dm-strip.e
@ 2004-04-28 1:54 Dave Olien
0 siblings, 0 replies; only message in thread
From: Dave Olien @ 2004-04-28 1:54 UTC (permalink / raw)
To: thornber; +Cc: dm-devel, linux-kernel
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");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-04-28 1:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-28 1:54 [PATCH] trivial patch to dm-strip.e Dave Olien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox