Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7ec31
)
Branch b_release_1_8_1
author
yangsheng
<yangsheng>
Wed, 24 Jun 2009 13:26:02 +0000
(13:26 +0000)
committer
yangsheng
<yangsheng>
Wed, 24 Jun 2009 13:26:02 +0000
(13:26 +0000)
b=19553
i=johann, shadow
Workaround for SLES10 + OFED-1.4.1.
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
46c6768
..
f15857e
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-1038,6
+1038,10
@@
LB_LINUX_TRY_COMPILE([
#include <linux/mm.h>
#include <linux/page-flags.h>
],[
+ /* tmp workaround for broken OFED 1.4.1 at SLES10 */
+ #if defined(CONFIG_SLE_VERSION) && CONFIG_SLE_VERSION == 10 && defined(_BACKPORT_LINUX_MM_H_)
+ #error badly implementation of cancel_dirty_pages
+ #endif
cancel_dirty_page(NULL, 0);
],[
AC_MSG_RESULT(yes)