[DRBD-cvs] svn commit by phil - r3057 - branches/drbd-8.2/drbd - Fixed the copy'n'page bug.

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Sep 7 11:53:35 CEST 2007


Author: phil
Date: 2007-09-07 11:53:34 +0200 (Fri, 07 Sep 2007)
New Revision: 3057

Modified:
   branches/drbd-8.2/drbd/drbd_nl.c
Log:
Fixed the copy'n'page bug.


Modified: branches/drbd-8.2/drbd/drbd_nl.c
===================================================================
--- branches/drbd-8.2/drbd/drbd_nl.c	2007-09-06 15:47:39 UTC (rev 3056)
+++ branches/drbd-8.2/drbd/drbd_nl.c	2007-09-07 09:53:34 UTC (rev 3057)
@@ -1240,7 +1240,7 @@
 			}
 		}
 	}
-	mdev->cram_hmac_tfm = integrity_tfm;
+	mdev->integrity_tfm = integrity_tfm;
 
 	retcode = drbd_request_state(mdev, NS(conn, Unconnected));
 



More information about the drbd-cvs mailing list