diff options
author | Christoph Hellwig <hch@lst.de> | 2016-04-06 02:20:36 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-04-06 02:20:36 +0300 |
commit | 710b1e2c2948c1e5d0499def5273ecbc6472342d (patch) | |
tree | 824c3a870523ab88faf0d2a5dcfe4ddc4e12c895 /fs/xfs/xfs_log_priv.h | |
parent | 253f4911f297b83745938b7f2c5649b94730b002 (diff) | |
download | linux-710b1e2c2948c1e5d0499def5273ecbc6472342d.tar.xz |
xfs: remove transaction types
These aren't used for CIL-style logging and can be dropped.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index ed8896310c00..765f084759b5 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h @@ -175,7 +175,6 @@ typedef struct xlog_ticket { char t_cnt; /* current count : 1 */ char t_clientid; /* who does this belong to; : 1 */ char t_flags; /* properties of reservation : 1 */ - uint t_trans_type; /* transaction type : 4 */ /* reservation array fields */ uint t_res_num; /* num in array : 4 */ |