summaryrefslogtreecommitdiff
path: root/c_src/posix_to_bcachefs.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-09-22 01:13:01 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-09-29 22:18:18 -0400
commit9f20109509c553feeb57600a8a3b5e3177b43f6d (patch)
tree1153e5b34dad50e9816c4b705a8fed876b7a065f /c_src/posix_to_bcachefs.c
parent7a98f526b52e0ad9a13c77edd1fda528e23640da (diff)
Update bcachefs sources to 438696e03da7 bcachefs: rename version -> bversion for big endian builds
Diffstat (limited to 'c_src/posix_to_bcachefs.c')
-rw-r--r--c_src/posix_to_bcachefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/posix_to_bcachefs.c b/c_src/posix_to_bcachefs.c
index 19c53cc3..c065281f 100644
--- a/c_src/posix_to_bcachefs.c
+++ b/c_src/posix_to_bcachefs.c
@@ -71,7 +71,7 @@ struct bch_inode_unpacked create_file(struct bch_fs *c,
static const struct xattr_handler *xattr_resolve_name(char **name)
{
- const struct xattr_handler **handlers = bch2_xattr_handlers;
+ const struct xattr_handler * const *handlers = bch2_xattr_handlers;
const struct xattr_handler *handler;
for_each_xattr_handler(handlers, handler) {