diff options
| author | H. Peter Anvin <[email protected]> | 2008-05-09 16:46:38 +0000 |
|---|---|---|
| committer | H. Peter Anvin <[email protected]> | 2008-05-12 15:49:59 +0000 |
| commit | 2ccdcfeeca6a1888180ffc4a1ab097f1fb2bd029 (patch) | |
| tree | 5472bdef2a5861733776d28d1107d88f2e7bb26c /fs/jbd/commit.c | |
| parent | Linux 2.6.26-rc2 (diff) | |
| download | kernel-2ccdcfeeca6a1888180ffc4a1ab097f1fb2bd029.tar.gz kernel-2ccdcfeeca6a1888180ffc4a1ab097f1fb2bd029.zip | |
types: s390: fix #ifdef reversal in <asm-s390/types.h>
The #ifdef for the integer types was reversed; the standard pattern in
these files are:
#ifndef __s390x__
/* 32-bit code */
#else
/* 64-bit code */
#endif
Stick with the original pattern, but make sure the 32-bit code
actually comes first!
Reported by Al Viro.
Signed-off-by: H. Peter Anvin <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Al Viro <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions
