rpms/kernel/devel linux-2.6-dm-fix-exstore-search.patch,1.1,1.2

Chuck Ebbert cebbert at fedoraproject.org
Tue Jun 30 23:29:03 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27793

Modified Files:
	linux-2.6-dm-fix-exstore-search.patch 
Log Message:
kill misleading dm warning message

linux-2.6-dm-fix-exstore-search.patch:

Index: linux-2.6-dm-fix-exstore-search.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-dm-fix-exstore-search.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-dm-fix-exstore-search.patch	29 Jun 2009 21:59:51 -0000	1.1
+++ linux-2.6-dm-fix-exstore-search.patch	30 Jun 2009 23:29:03 -0000	1.2
@@ -1,5 +1,13 @@
 --- linux-2.6.30.noarch.orig/drivers/md/dm-exception-store.c
 +++ linux-2.6.30.noarch/drivers/md/dm-exception-store.c
+@@ -92,7 +92,7 @@ static struct dm_exception_store_type *g
+ 	}
+ 
+ 	if (!type)
+-		DMWARN("Module for exstore type \"%s\" not found.", type_name);
++		; /* DMWARN("Module for exstore type \"%s\" not found.", type_name); */
+ 
+ 	kfree(type_name_dup);
 @@ -197,7 +197,7 @@ int dm_exception_store_create(struct dm_
  	int r = 0;
  	struct dm_exception_store_type *type;




More information about the fedora-extras-commits mailing list