Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
f9cfbe09
Commit
f9cfbe09
authored
16 years ago
by
Andreas Dilger
Browse files
Options
Downloads
Patches
Plain Diff
Branch b1_6
Fix autoconf messages.
parent
612da21b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/autoconf/lustre-core.m4
+14
-14
14 additions, 14 deletions
lustre/autoconf/lustre-core.m4
with
14 additions
and
14 deletions
lustre/autoconf/lustre-core.m4
+
14
−
14
View file @
f9cfbe09
...
@@ -814,7 +814,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -814,7 +814,7 @@ LB_LINUX_TRY_COMPILE([
# LC_INODE_I_MUTEX
# LC_INODE_I_MUTEX
# after 2.6.15 inode have i_mutex intead of i_sem
# after 2.6.15 inode have i_mutex intead of i_sem
AC_DEFUN
([
LC_INODE_I_MUTEX
],
AC_DEFUN
([
LC_INODE_I_MUTEX
],
[
AC_MSG_CHECKING
([
use
inode
ha
ve
i_mutex
])
[
AC_MSG_CHECKING
([
if
inode
ha
s
i_mutex
])
LB_LINUX_TRY_COMPILE
([
LB_LINUX_TRY_COMPILE
([
#include
<linux/mutex.h>
#include
<linux/mutex.h>
#include
<linux/fs.h>
#include
<linux/fs.h>
...
@@ -828,7 +828,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -828,7 +828,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_INODE_I_MUTEX
,
1
,
AC_DEFINE
(
HAVE_INODE_I_MUTEX
,
1
,
[
after
2
.
6
.
15
inode
have
i_mutex
intead
of
i_sem
])
[
after
2
.
6
.
15
inode
have
i_mutex
intead
of
i_sem
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -849,7 +849,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -849,7 +849,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_DQUOTOFF_MUTEX
,
1
,
AC_DEFINE
(
HAVE_DQUOTOFF_MUTEX
,
1
,
[
after
2
.
6
.
17
dquote
use
mutex
instead
if
semaphore
])
[
after
2
.
6
.
17
dquote
use
mutex
instead
if
semaphore
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -909,7 +909,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -909,7 +909,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_INVALIDATEPAGE_RETURN_INT
,
1
,
AC_DEFINE
(
HAVE_INVALIDATEPAGE_RETURN_INT
,
1
,
[
Define
if
return
type
of
invalidatepage
should
be
int
])
[
Define
if
return
type
of
invalidatepage
should
be
int
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -938,7 +938,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -938,7 +938,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_UMOUNTBEGIN_VFSMOUNT
,
1
,
AC_DEFINE
(
HAVE_UMOUNTBEGIN_VFSMOUNT
,
1
,
[
Define
umount_begin
need
second
argument
])
[
Define
umount_begin
need
second
argument
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
EXTRA_KCFLAGS
=
"$tmp_flags"
EXTRA_KCFLAGS
=
"$tmp_flags"
])
])
...
@@ -957,7 +957,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -957,7 +957,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_INODE_BLKSIZE
,
1
,
AC_DEFINE
(
HAVE_INODE_BLKSIZE
,
1
,
[
struct
inode
has
i_blksize
field
])
[
struct
inode
has
i_blksize
field
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -984,7 +984,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -984,7 +984,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_VFS_READDIR_U64_INO
,
1
,
AC_DEFINE
(
HAVE_VFS_READDIR_U64_INO
,
1
,
[
if
vfs_readdir
need
64
bit
inode
number
])
[
if
vfs_readdir
need
64
bit
inode
number
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
EXTRA_KCFLAGS
=
"$tmp_flags"
EXTRA_KCFLAGS
=
"$tmp_flags"
])
])
...
@@ -1003,7 +1003,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1003,7 +1003,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_FILE_WRITEV
,
1
,
AC_DEFINE
(
HAVE_FILE_WRITEV
,
1
,
[
use
fops
->
writev
])
[
use
fops
->
writev
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1021,7 +1021,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1021,7 +1021,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_FILE_READV
,
1
,
AC_DEFINE
(
HAVE_FILE_READV
,
1
,
[
use
fops
->
readv
])
[
use
fops
->
readv
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1038,7 +1038,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1038,7 +1038,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_NR_PAGECACHE
,
1
,
AC_DEFINE
(
HAVE_NR_PAGECACHE
,
1
,
[
is
kernel
export
nr_pagecache
])
[
is
kernel
export
nr_pagecache
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1057,7 +1057,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1057,7 +1057,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_CANCEL_DIRTY_PAGE
,
1
,
AC_DEFINE
(
HAVE_CANCEL_DIRTY_PAGE
,
1
,
[
kernel
has
cancel_dirty_page
instead
of
clear_page_dirty
])
[
kernel
has
cancel_dirty_page
instead
of
clear_page_dirty
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1101,7 +1101,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1101,7 +1101,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_PG_FS_MISC
,
1
,
AC_DEFINE
(
HAVE_PG_FS_MISC
,
1
,
[
is
kernel
have
PG_fs_misc
])
[
is
kernel
have
PG_fs_misc
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1123,7 +1123,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1123,7 +1123,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_PAGE_CHECKED
,
1
,
AC_DEFINE
(
HAVE_PAGE_CHECKED
,
1
,
[
does
kernel
have
PageChecked
and
SetPageChecked
])
[
does
kernel
have
PageChecked
and
SetPageChecked
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
@@ -1671,7 +1671,7 @@ LB_LINUX_TRY_COMPILE([
...
@@ -1671,7 +1671,7 @@ LB_LINUX_TRY_COMPILE([
AC_DEFINE
(
HAVE_SECURITY_PLUG
,
1
,
AC_DEFINE
(
HAVE_SECURITY_PLUG
,
1
,
[
SLES10
SP2
use
extra
parameter
in
vfs
])
[
SLES10
SP2
use
extra
parameter
in
vfs
])
],[
],[
AC_MSG_RESULT
(
NO
)
AC_MSG_RESULT
(
no
)
])
])
])
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment