[2.6 patch] drivers/md/kcopyd.c: remove kcopyd_cancel()

From: Adrian Bunk
Date: Tue Nov 08 2005 - 08:44:09 EST


A function that is
- not used
- empty
- without a prototype in any header file
should be removed.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 5 Nov 2005

drivers/md/kcopyd.c | 11 -----------
1 file changed, 11 deletions(-)

--- linux-2.6.14-rc5-mm1-full/drivers/md/kcopyd.c.old 2005-11-05 16:36:11.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/md/kcopyd.c 2005-11-05 17:04:45.000000000 +0100
@@ -558,16 +558,6 @@
return 0;
}

-/*
- * Cancels a kcopyd job, eg. someone might be deactivating a
- * mirror.
- */
-int kcopyd_cancel(struct kcopyd_job *job, int block)
-{
- /* FIXME: finish */
- return -1;
-}
-
/*-----------------------------------------------------------------
* Unit setup
*---------------------------------------------------------------*/
@@ -685,4 +675,3 @@
EXPORT_SYMBOL(kcopyd_client_create);
EXPORT_SYMBOL(kcopyd_client_destroy);
EXPORT_SYMBOL(kcopyd_copy);
-EXPORT_SYMBOL(kcopyd_cancel);

-
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/