diff options
Diffstat (limited to 'libbcachefs/xattr.h')
-rw-r--r-- | libbcachefs/xattr.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libbcachefs/xattr.h b/libbcachefs/xattr.h index 214cbbaa..f5a52e3a 100644 --- a/libbcachefs/xattr.h +++ b/libbcachefs/xattr.h @@ -38,11 +38,9 @@ struct xattr_handler; struct bch_hash_info; struct bch_inode_info; -int bch2_xattr_get(struct bch_fs *, struct bch_inode_info *, - const char *, void *, size_t, int); - +/* Exported for cmd_migrate.c in tools: */ int bch2_xattr_set(struct btree_trans *, subvol_inum, - const struct bch_hash_info *, + struct bch_inode_unpacked *, const struct bch_hash_info *, const char *, const void *, size_t, int, int); ssize_t bch2_xattr_list(struct dentry *, char *, size_t); |