projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec1b26
)
xfs: spell out the parameter name for ->cancel_item
author
Christoph Hellwig
<hch@lst.de>
Thu, 30 Apr 2020 19:52:23 +0000
(12:52 -0700)
committer
Darrick J. Wong
<darrick.wong@oracle.com>
Mon, 4 May 2020 16:03:17 +0000
(09:03 -0700)
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>
fs/xfs/libxfs/xfs_defer.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/libxfs/xfs_defer.h
b/fs/xfs/libxfs/xfs_defer.h
index f2b65981bace48456f1bc8c79b33099ed379ea28..3bf7c2c4d851496640138f91a626e03eac01f6d1 100644
(file)
--- 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;
};