xfs: spell out the parameter name for ->cancel_item

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Christoph Hellwig 2020-04-30 12:52:23 -07:00 committed by Darrick J. Wong
parent 3ec1b26c04
commit 2f88f1efd0

View file

@ -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;
};