summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.h
blob: 685507e8aa9714c91be028f42ad608ad301e00e9 (plain)
1
2
3
4
5
6
7
#ifndef _BCACHEFS_RECOVERY_H
#define _BCACHEFS_RECOVERY_H

int bch2_fs_recovery(struct bch_fs *);
int bch2_fs_initialize(struct bch_fs *);

#endif /* _BCACHEFS_RECOVERY_H */