[dm-devel] multipath-tools/libmultipath devmapper.c

bmarzins at sourceware.org bmarzins at sourceware.org
Wed Nov 8 21:16:58 UTC 2006


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Changes by:	bmarzins at sourceware.org	2006-11-08 21:16:58

Modified files:
	libmultipath   : devmapper.c 

Log message:
	Pulled in skip_lockfs patch. This is dependent on device-mapper and kernel
	code, but that code is already inplace

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/devmapper.c.diff?cvsroot=dm&r1=1.20&r2=1.21

--- multipath-tools/libmultipath/devmapper.c	2006/07/13 19:49:23	1.20
+++ multipath-tools/libmultipath/devmapper.c	2006/11/08 21:16:58	1.21
@@ -105,6 +105,7 @@
 		goto out;
 
 	dm_task_no_open_count(dmt);
+	dm_task_skip_lockfs(dmt);       /* for DM_DEVICE_RESUME */
 
 	r = dm_task_run (dmt);
 




More information about the dm-devel mailing list