]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/acl.h
New upstream snapshot
[bcachefs-tools-debian] / libbcachefs / acl.h
index cb62d502a7ff3b3fa6034ab7e474718d7cd42e2d..ba210c26d5c13b3a2110103831c90396c6fa57c7 100644 (file)
@@ -33,7 +33,7 @@ int bch2_set_acl_trans(struct btree_trans *,
                       const struct bch_hash_info *,
                       struct posix_acl *, int);
 int bch2_set_acl(struct inode *, struct posix_acl *, int);
-int bch2_acl_chmod(struct btree_trans *, struct bch_inode_info *,
+int bch2_acl_chmod(struct btree_trans *, struct bch_inode_unpacked *,
                   umode_t, struct posix_acl **);
 
 #else
@@ -47,7 +47,7 @@ static inline int bch2_set_acl_trans(struct btree_trans *trans,
 }
 
 static inline int bch2_acl_chmod(struct btree_trans *trans,
-                                struct bch_inode_info *inode,
+                                struct bch_inode_unpacked *inode,
                                 umode_t mode,
                                 struct posix_acl **new_acl)
 {