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:
cdbe3ae
)
Branch HEAD
author
yangsheng
<yangsheng>
Thu, 10 Apr 2008 03:25:45 +0000
(
03:25
+0000)
committer
yangsheng
<yangsheng>
Thu, 10 Apr 2008 03:25:45 +0000
(
03:25
+0000)
b=13397
i=shadow
i=johann
Update Lustre server to support 2.6.22.14 vanilla kernel.
ldiskfs/configure.ac
patch
|
blob
|
history
diff --git
a/ldiskfs/configure.ac
b/ldiskfs/configure.ac
index
43cb53d
..
60b61e4
100644
(file)
--- a/
ldiskfs/configure.ac
+++ b/
ldiskfs/configure.ac
@@
-74,6
+74,7
@@
case $LINUXRELEASE in
2.6.18-*el5*) LDISKFS_SERIES="2.6-rhel5.series";;
2.6.18-*prep*) LDISKFS_SERIES="2.6-rhel5.series";;
2.6.18*) LDISKFS_SERIES="2.6.18-vanilla.series";;
+2.6.22*) LDISKFS_SERIES="2.6.22-vanilla.series";;
*) AC_MSG_WARN([Unknown kernel version $LINUXRELEASE, fix ldiskfs/configure.ac])
esac
AC_MSG_RESULT([$LDISKFS_SERIES])