Skip to content
Snippets Groups Projects
Commit cc9c3204 authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch b1_6

b=15033
i=adilger
i=johann

fix compile issue on Cray systems and an autoconf problem.
parent 44a0b855
No related branches found
No related tags found
No related merge requests found
...@@ -440,6 +440,11 @@ Description: Detect stride IO mode in read-ahead ...@@ -440,6 +440,11 @@ Description: Detect stride IO mode in read-ahead
Details : When a client does stride read, read-ahead should detect that and Details : When a client does stride read, read-ahead should detect that and
read-ahead pages according to the detected stride pattern. read-ahead pages according to the detected stride pattern.
Severity : normal
Bugzilla : 15033
Description: build for x2 fails
Details : fix compile issue on Cray systems.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
2007-12-07 Cluster File Systems, Inc. <info@clusterfs.com> 2007-12-07 Cluster File Systems, Inc. <info@clusterfs.com>
......
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
!defined(_EXT2_TYPES_H) && !defined(_I386_TYPES_H) && \ !defined(_EXT2_TYPES_H) && !defined(_I386_TYPES_H) && \
!defined(_ASM_IA64_TYPES_H) && !defined(_X86_64_TYPES_H) && \ !defined(_ASM_IA64_TYPES_H) && !defined(_X86_64_TYPES_H) && \
!defined(_PPC_TYPES_H) && !defined(_PPC64_TYPES_H) && \ !defined(_PPC_TYPES_H) && !defined(_PPC64_TYPES_H) && \
!defined(_ASM_POWERPC_TYPES_H) && !defined(__mips64__) !defined(_ASM_POWERPC_TYPES_H) && !defined(__mips64__) && \
!defined(_CRAYNV_TYPES_H)
/* yuck, would be nicer with _ASM_TYPES_H */ /* yuck, would be nicer with _ASM_TYPES_H */
typedef unsigned short umode_t; typedef unsigned short umode_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment