diff options
Diffstat (limited to 'fs/xfs/xfs_linux.h')
-rw-r--r-- | fs/xfs/xfs_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_linux.h index e8fed74dd669..825249d2dfc1 100644 --- a/fs/xfs/xfs_linux.h +++ b/fs/xfs/xfs_linux.h | |||
@@ -179,6 +179,7 @@ typedef __uint64_t __psunsigned_t; | |||
179 | #define ENOATTR ENODATA /* Attribute not found */ | 179 | #define ENOATTR ENODATA /* Attribute not found */ |
180 | #define EWRONGFS EINVAL /* Mount with wrong filesystem type */ | 180 | #define EWRONGFS EINVAL /* Mount with wrong filesystem type */ |
181 | #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */ | 181 | #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */ |
182 | #define EFSBADCRC EBADMSG /* Bad CRC detected */ | ||
182 | 183 | ||
183 | #define SYNCHRONIZE() barrier() | 184 | #define SYNCHRONIZE() barrier() |
184 | #define __return_address __builtin_return_address(0) | 185 | #define __return_address __builtin_return_address(0) |