From: Christoph Hellwig Date: Mon, 10 Aug 2020 20:32:05 +0000 (-0400) Subject: xfs: spell out the parameter name for ->cancel_item X-Git-Tag: v5.8.0-rc0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d431a3b99c9cadca7a6d757a2f5f741c5b9c9fe;p=thirdparty%2Fxfsprogs-dev.git xfs: spell out the parameter name for ->cancel_item Source kernel commit: 2f88f1efd02ddf76cb5973abc42474c4dac2b03a Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_defer.h b/libxfs/xfs_defer.h index f2b65981b..3bf7c2c4d 100644 --- a/libxfs/xfs_defer.h +++ b/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; };