diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_defer.h')
| -rw-r--r-- | fs/xfs/libxfs/xfs_defer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/libxfs/xfs_defer.h b/fs/xfs/libxfs/xfs_defer.h index cc3981c48296..e96533d178cf 100644 --- a/fs/xfs/libxfs/xfs_defer.h +++ b/fs/xfs/libxfs/xfs_defer.h @@ -30,8 +30,8 @@ struct xfs_defer_op_type;  struct xfs_defer_pending {  	const struct xfs_defer_op_type	*dfp_type;	/* function pointers */  	struct list_head		dfp_list;	/* pending items */ -	bool				dfp_committed;	/* committed trans? */  	void				*dfp_intent;	/* log intent item */ +	void				*dfp_done;	/* log done item */  	struct list_head		dfp_work;	/* work items */  	unsigned int			dfp_count;	/* # extent items */  }; |