[Pvfs2-cvs] commit by slang in pvfs2/maint/config: kernel.m4
CVS commit program
cvs at parl.clemson.edu
Thu Jan 7 15:39:07 EST 2010
Update of /projects/cvsroot/pvfs2/maint/config
In directory parlweb1:/tmp/cvs-serv21352/maint/config
Modified Files:
Tag: pvfs-2-8-branch
kernel.m4
Log Message:
fix for sb->s_dirty kernel config check.
Index: kernel.m4
===================================================================
RCS file: /projects/cvsroot/pvfs2/maint/config/kernel.m4,v
diff -p -u -r1.65.2.8 -r1.65.2.9
--- kernel.m4 18 Dec 2009 22:32:11 -0000 1.65.2.8
+++ kernel.m4 7 Jan 2010 20:39:07 -0000 1.65.2.9
@@ -1224,7 +1224,7 @@ AC_DEFUN([AX_KERNEL_FEATURES],
#include <linux/fs.h>
], [
struct super_block *s;
- sb_has_dirty_inodes(s);
+ list_empty(&s->s_dirty);
],
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_SB_DIRTY_LIST, 1, [Define if struct super_block has s_dirty list]),
More information about the Pvfs2-cvs
mailing list