[Pvfs2-cvs] commit by pcarns in pvfs2-1: configure pvfs2-config.h.in

CVS commit program cvs at parl.clemson.edu
Wed Feb 27 09:33:43 EST 2008


Update of /projects/cvsroot/pvfs2-1
In directory parlweb1:/tmp/cvs-serv8710

Modified Files:
      Tag: pvfs-2-7-branch
	configure pvfs2-config.h.in 
Log Message:
merging device class configure test updates from trunk


Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/configure,v
diff -p -u -r1.367.2.2 -r1.367.2.3
--- configure	16 Feb 2008 22:08:18 -0000	1.367.2.2
+++ configure	27 Feb 2008 14:33:38 -0000	1.367.2.3
@@ -11329,7 +11329,7 @@ fi
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
-		{ echo "$as_me:$LINENO: checking if kernel has device classes" >&5
+	                        	{ echo "$as_me:$LINENO: checking if kernel has device classes" >&5
 echo $ECHO_N "checking if kernel has device classes... $ECHO_C" >&6; }
 	cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -11345,7 +11345,7 @@ int
 main ()
 {
 
-	    class_create(NULL, "pvfs2")
+	    class_device_destroy(NULL, "pvfs2")
 
   ;
   return 0;

Index: pvfs2-config.h.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/pvfs2-config.h.in,v
diff -p -u -r1.111.2.1 -r1.111.2.2
--- pvfs2-config.h.in	24 Nov 2007 18:51:01 -0000	1.111.2.1
+++ pvfs2-config.h.in	27 Feb 2008 14:33:42 -0000	1.111.2.2
@@ -156,7 +156,7 @@
 /* Define if kernel has i_size_write */
 #undef HAVE_I_SIZE_WRITE
 
-/* Define if kernel lacks device classes */
+/* Define if kernel has device classes */
 #undef HAVE_KERNEL_DEVICE_CLASSES
 
 /* Define if kernel kmem_cache_create has destructor param */



More information about the Pvfs2-cvs mailing list