From d9a7c0bc0ca0fee4f12a07541f18f8e8c2e7c50b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 19 Dec 2018 06:50:18 -0500 Subject: bcachefs: fix build when BCACHEFS_QUOTA=n --- fs/bcachefs/quota.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/bcachefs/quota.h b/fs/bcachefs/quota.h index eabb94c143a8..47e343cc0262 100644 --- a/fs/bcachefs/quota.h +++ b/fs/bcachefs/quota.h @@ -55,7 +55,8 @@ static inline int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid, static inline int bch2_quota_transfer(struct bch_fs *c, unsigned qtypes, struct bch_qid dst, - struct bch_qid src, u64 space) + struct bch_qid src, u64 space, + enum quota_acct_mode mode) { return 0; } -- cgit v1.2.3