From: Christoph Hellwig Date: Thu, 30 Apr 2020 19:52:23 +0000 (-0700) Subject: xfs: spell out the parameter name for ->cancel_item X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f88f1efd02ddf76cb5973abc42474c4dac2b03a;p=linux.git xfs: spell out the parameter name for ->cancel_item Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/libxfs/xfs_defer.h b/fs/xfs/libxfs/xfs_defer.h index f2b65981bace4..3bf7c2c4d8514 100644 --- a/fs/xfs/libxfs/xfs_defer.h +++ b/fs/xfs/libxfs/xfs_defer.h @@ -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; };