summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-16 14:59:27 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-08-16 14:59:27 -0400
commit264af0e6ed7adc6037087f63ba0ea0565ea5067a (patch)
tree92619c08a0f6d172a8b4a80ce8c96eb24bd1b0eb
parentcad56cdb66b6fe4b67c6dbe1fd79d053312f5ff7 (diff)
fixup! bcachefs: Split up fs-io.[ch]
-rw-r--r--fs/bcachefs/fs-io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/bcachefs/fs-io.h b/fs/bcachefs/fs-io.h
index c6704618c16c..bb5b709fa8cf 100644
--- a/fs/bcachefs/fs-io.h
+++ b/fs/bcachefs/fs-io.h
@@ -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,