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-01-10 10:20:39.000000000 +0000
+++ source/drivers/md/kcopyd.c	2003-01-10 10:20:46.000000000 +0000
@@ -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.