commit | a59f55703c3725b2fa582924f51db62b58be05bb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jun 23 18:11:15 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:38 2010 -0500 |
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>
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index aa6f422..c13c0f9 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h
@@ -184,8 +184,6 @@ /* * Values for call flags parameter. */ -#define XFS_TRANS_NOSLEEP 0x1 -#define XFS_TRANS_WAIT 0x2 #define XFS_TRANS_RELEASE_LOG_RES 0x4 #define XFS_TRANS_ABORT 0x8