mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
3a14d58e7b
We've had BCH_FEATURE_atomic_nlink for quite some time, we can drop this now. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
9 lines
207 B
C
9 lines
207 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_FSCK_H
|
|
#define _BCACHEFS_FSCK_H
|
|
|
|
int bch2_fsck_full(struct bch_fs *);
|
|
int bch2_fsck_walk_inodes_only(struct bch_fs *);
|
|
|
|
#endif /* _BCACHEFS_FSCK_H */
|