| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 15/17] xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flags |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Mon, 31 May 2010 12:07:42 -0400 |
| References: | <20100531160727.842750532@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.47-1 |
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/xfs_trans.h
===================================================================
--- xfs.orig/fs/xfs/xfs_trans.h 2010-05-29 18:12:37.780017895 +0200
+++ xfs/fs/xfs/xfs_trans.h 2010-05-29 18:23:22.618003507 +0200
@@ -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
|
| Previous by Date: | [PATCH 11/17] xfs: simplify inode to transaction joining, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 14/17] xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags, Christoph Hellwig |
| Previous by Thread: | [PATCH 11/17] xfs: simplify inode to transaction joining, Christoph Hellwig |
| Next by Thread: | [PATCH 14/17] xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |