]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_defer.h
xfs: spell out the parameter name for ->cancel_item
[thirdparty/xfsprogs-dev.git] / 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;
 };