]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/acl.c
check if fs is mounted before running fsck
[bcachefs-tools-debian] / libbcachefs / acl.c
index 348060b22f73c8715f82e6c2a0c313759850bd53..e1c7b87d61897364a66757bf74069c382ea7cf50 100644 (file)
@@ -266,8 +266,8 @@ int bch2_set_acl_trans(struct btree_trans *trans,
                if (IS_ERR(xattr))
                        return PTR_ERR(xattr);
 
-               ret = __bch2_hash_set(trans, bch2_xattr_hash_desc, hash_info,
-                                     inode_u->bi_inum, &xattr->k_i, 0);
+               ret = bch2_hash_set(trans, bch2_xattr_hash_desc, hash_info,
+                                   inode_u->bi_inum, &xattr->k_i, 0);
        } else {
                struct xattr_search_key search =
                        X_SEARCH(acl_to_xattr_type(type), "", 0);