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:
parent
3ec1b26c04
commit
2f88f1efd0
|
@ -53,7 +53,7 @@ struct xfs_defer_op_type {
|
||||||
struct list_head *item, struct xfs_btree_cur **state);
|
struct list_head *item, struct xfs_btree_cur **state);
|
||||||
void (*finish_cleanup)(struct xfs_trans *tp,
|
void (*finish_cleanup)(struct xfs_trans *tp,
|
||||||
struct xfs_btree_cur *state, int error);
|
struct xfs_btree_cur *state, int error);
|
||||||
void (*cancel_item)(struct list_head *);
|
void (*cancel_item)(struct list_head *item);
|
||||||
unsigned int max_items;
|
unsigned int max_items;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue