[PVFS2-CVS] commit by robl in pvfs2-1/src/kernel/linux-2.6: xattr.c
CVS commit program
cvs at parl.clemson.edu
Fri Aug 19 13:44:29 EDT 2005
Update of /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv28276
Modified Files:
xattr.c
Log Message:
before we test for HAVE_XATTR, need to include the config which sets it ..
Index: xattr.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6/xattr.c,v
diff -u -w -p -u -r1.2 -r1.3
--- xattr.c 18 Aug 2005 16:33:06 -0000 1.2
+++ xattr.c 19 Aug 2005 16:44:29 -0000 1.3
@@ -10,9 +10,10 @@
* Linux VFS extended attribute operations.
*/
-#ifdef HAVE_XATTR
#include "pvfs2-kernel.h"
#include "pvfs2-bufmap.h"
+
+#ifdef HAVE_XATTR
#include <linux/xattr.h>
/* All pointers are in kernel-space */
More information about the PVFS2-CVS
mailing list