diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-06-23 04:11:15 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-07-26 14:16:38 -0400 |
commit | a59f55703c3725b2fa582924f51db62b58be05bb (patch) | |
tree | 7abe7668bd7d599952a567f97de814f9171807ab | |
parent | 9134c2332ecb9154860669d778ef2808f06503ec (diff) |
xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flags
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
-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 aa6f422f0361..c13c0f97b494 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 | ||