Commit 2f88f1ef authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: spell out the parameter name for ->cancel_item

parent 3ec1b26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ struct xfs_defer_op_type {
			struct list_head *item, struct xfs_btree_cur **state);
	void (*finish_cleanup)(struct xfs_trans *tp,
			struct xfs_btree_cur *state, int error);
	void (*cancel_item)(struct list_head *);
	void (*cancel_item)(struct list_head *item);
	unsigned int		max_items;
};