In copy_write(), don't need to set job->context = info, since it is already
set to that when the function is called.  [Kevin Corry]

--- diff/drivers/md/kcopyd.c	2003-06-17 10:06:45.000000000 +0100
+++ source/drivers/md/kcopyd.c	2003-06-17 10:06:47.000000000 +0100
@@ -670,7 +670,6 @@
 	job->rw = WRITE;
 	memcpy(&job->disk, &info->to, sizeof(job->disk));
 	job->callback = copy_complete;
-	job->context = info;
 
 	/*
 	 * Queue the write.
