]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/fs-io.h
Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in rebalance_work()
[bcachefs-tools-debian] / libbcachefs / fs-io.h
index c6704618c16ca6f70db077e6c8aa75f519863a2a..bb5b709fa8cf69c05f26b81fbbcf5515f42c88c8 100644 (file)
@@ -108,15 +108,15 @@ static inline int bch2_quota_reservation_add(struct bch_fs *c,
 
 #else
 
-static void __bch2_quota_reservation_put(struct bch_fs *c,
+static inline void __bch2_quota_reservation_put(struct bch_fs *c,
                                         struct bch_inode_info *inode,
                                         struct quota_res *res) {}
 
-static void bch2_quota_reservation_put(struct bch_fs *c,
+static inline void bch2_quota_reservation_put(struct bch_fs *c,
                                       struct bch_inode_info *inode,
                                       struct quota_res *res) {}
 
-static int bch2_quota_reservation_add(struct bch_fs *c,
+static inline int bch2_quota_reservation_add(struct bch_fs *c,
                                      struct bch_inode_info *inode,
                                      struct quota_res *res,
                                      unsigned sectors,