diff options
Diffstat (limited to 'libbcachefs.c')
-rw-r--r-- | libbcachefs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs.c b/libbcachefs.c index 1481ef38..3632e30d 100644 --- a/libbcachefs.c +++ b/libbcachefs.c @@ -454,6 +454,11 @@ static void bch2_sb_print_replicas(struct bch_sb *sb, struct bch_sb_field *f, } } +static void bch2_sb_print_quota(struct bch_sb *sb, struct bch_sb_field *f, + enum units units) +{ +} + typedef void (*sb_field_print_fn)(struct bch_sb *, struct bch_sb_field *, enum units); struct bch_sb_field_ops { |