diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
| -rw-r--r-- | fs/xfs/xfs_trans.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index 3ae713c0abd..f6118703f20 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h @@ -163,9 +163,8 @@ typedef struct xfs_trans_header {   */  struct xfs_log_item_desc {  	struct xfs_log_item	*lid_item; -	ushort			lid_size; -	unsigned char		lid_flags;  	struct list_head	lid_trans; +	unsigned char		lid_flags;  };  #define XFS_LID_DIRTY		0x1 | 
