summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorChristoph Hellwig2010-06-23 10:11:15 +0200
committerAlex Elder2010-07-26 20:16:38 +0200
commita59f55703c3725b2fa582924f51db62b58be05bb (patch)
tree7abe7668bd7d599952a567f97de814f9171807ab /fs/xfs
parentxfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags (diff)
downloadkernel-qcow2-linux-a59f55703c3725b2fa582924f51db62b58be05bb.tar.gz
kernel-qcow2-linux-a59f55703c3725b2fa582924f51db62b58be05bb.tar.xz
kernel-qcow2-linux-a59f55703c3725b2fa582924f51db62b58be05bb.zip
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_trans.h2
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 {
/*
* 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