[PVFS2-CVS]
commit by robl in pvfs2-1/src/kernel/linux-2.6: pvfs2-kernel.h
CVS commit program
cvs at parl.clemson.edu
Thu Sep 29 13:13:17 EDT 2005
Update of /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv7732/src/kernel/linux-2.6
Modified Files:
pvfs2-kernel.h
Log Message:
include xattr_acl.h only if we detected it
Index: pvfs2-kernel.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6/pvfs2-kernel.h,v
diff -u -w -p -u -r1.95 -r1.96
--- pvfs2-kernel.h 29 Sep 2005 03:23:21 -0000 1.95
+++ pvfs2-kernel.h 29 Sep 2005 16:13:17 -0000 1.96
@@ -73,7 +73,9 @@ typedef unsigned long sector_t;
#ifdef HAVE_XATTR
#include <linux/xattr.h>
+#ifdef HAVE_LINUX_XATTR_ACL_H
#include <linux/xattr_acl.h>
+#endif
#endif
/* taken from include/linux/fs.h from 2.4.19 or later kernels */
More information about the PVFS2-CVS
mailing list