diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index aa6f422f036..c13c0f97b49 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h | |||
@@ -184,8 +184,6 @@ struct xfs_log_item_desc { | |||
184 | /* | 184 | /* |
185 | * Values for call flags parameter. | 185 | * Values for call flags parameter. |
186 | */ | 186 | */ |
187 | #define XFS_TRANS_NOSLEEP 0x1 | ||
188 | #define XFS_TRANS_WAIT 0x2 | ||
189 | #define XFS_TRANS_RELEASE_LOG_RES 0x4 | 187 | #define XFS_TRANS_RELEASE_LOG_RES 0x4 |
190 | #define XFS_TRANS_ABORT 0x8 | 188 | #define XFS_TRANS_ABORT 0x8 |
191 | 189 | ||