aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2020-04-30 12:52:23 -0700
committerGravatar Darrick J. Wong <darrick.wong@oracle.com> 2020-05-04 09:03:17 -0700
commit2f88f1efd02ddf76cb5973abc42474c4dac2b03a (patch)
tree22c00ccdf1cc16dcb3adfedb9fee79235790cb00 /fs/xfs/libxfs
parentxfs: use a xfs_btree_cur for the ->finish_cleanup state (diff)
downloadlinux-2f88f1efd02ddf76cb5973abc42474c4dac2b03a.tar.gz
linux-2f88f1efd02ddf76cb5973abc42474c4dac2b03a.tar.bz2
linux-2f88f1efd02ddf76cb5973abc42474c4dac2b03a.zip
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>
Diffstat (limited to 'fs/xfs/libxfs')
-rw-r--r--fs/xfs/libxfs/xfs_defer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_defer.h b/fs/xfs/libxfs/xfs_defer.h
index f2b65981bace..3bf7c2c4d851 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;
};