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-09-11 01:29:29 -0400
commit7b152eed6c59d106edfa7bfe67658198e3bc4ae1 (patch)
treea08b07a4ab225bac9a65e42039bcd8bae1b45a94
parent8ee86b61183344033fb0fe259f90635657233413 (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,