]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs: spell out the parameter name for ->cancel_item
authorChristoph Hellwig <hch@lst.de>
Mon, 10 Aug 2020 20:32:05 +0000 (16:32 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 10 Aug 2020 20:32:05 +0000 (16:32 -0400)
Source kernel commit: 2f88f1efd02ddf76cb5973abc42474c4dac2b03a

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_defer.h

index f2b65981bace48456f1bc8c79b33099ed379ea28..3bf7c2c4d851496640138f91a626e03eac01f6d1 100644 (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;
 };