]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/sb-downgrade.h
Update bcachefs sources to 2a6125decb43 bcachefs: bch_sb_field_downgrade
[bcachefs-tools-debian] / libbcachefs / sb-downgrade.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_SB_DOWNGRADE_H
3 #define _BCACHEFS_SB_DOWNGRADE_H
4
5 extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade;
6
7 int bch2_sb_downgrade_update(struct bch_fs *);
8 int bch2_sb_set_downgrade(struct bch_fs *, unsigned, unsigned);
9
10 #endif /* _BCACHEFS_SB_DOWNGRADE_H */