summaryrefslogtreecommitdiff
path: root/libbcachefs/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/xattr.c')
-rw-r--r--libbcachefs/xattr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/xattr.c b/libbcachefs/xattr.c
index 70f78006..6f6b3caf 100644
--- a/libbcachefs/xattr.c
+++ b/libbcachefs/xattr.c
@@ -494,7 +494,8 @@ struct inode_opt_set {
bool defined;
};
-static int inode_opt_set_fn(struct bch_inode_info *inode,
+static int inode_opt_set_fn(struct btree_trans *trans,
+ struct bch_inode_info *inode,
struct bch_inode_unpacked *bi,
void *p)
{