diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index 4643070d7cae..e7c49cf43fbc 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h | |||
@@ -133,7 +133,6 @@ typedef struct xfs_trans { | |||
133 | * XFS transaction mechanism exported interfaces that are | 133 | * XFS transaction mechanism exported interfaces that are |
134 | * actually macros. | 134 | * actually macros. |
135 | */ | 135 | */ |
136 | #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res) | ||
137 | #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC) | 136 | #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC) |
138 | 137 | ||
139 | #if defined(DEBUG) || defined(XFS_WARN) | 138 | #if defined(DEBUG) || defined(XFS_WARN) |