summaryrefslogtreecommitdiff
path: root/check/mode-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'check/mode-common.h')
-rw-r--r--check/mode-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/check/mode-common.h b/check/mode-common.h
index 6b05f8ba..1fb3cda7 100644
--- a/check/mode-common.h
+++ b/check/mode-common.h
@@ -121,5 +121,9 @@ void reset_cached_block_groups(struct btrfs_fs_info *fs_info);
int pin_metadata_blocks(struct btrfs_fs_info *fs_info);
int exclude_metadata_blocks(struct btrfs_fs_info *fs_info);
void cleanup_excluded_extents(struct btrfs_fs_info *fs_info);
+int delete_corrupted_dir_item(struct btrfs_trans_handle *trans,
+ struct btrfs_root *root,
+ struct btrfs_key *di_key, char *namebuf,
+ u32 namelen);
#endif