summaryrefslogtreecommitdiff
path: root/libbcachefs/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/dirent.h')
-rw-r--r--libbcachefs/dirent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbcachefs/dirent.h b/libbcachefs/dirent.h
index bee55cca..635ceb3c 100644
--- a/libbcachefs/dirent.h
+++ b/libbcachefs/dirent.h
@@ -38,11 +38,11 @@ int bch2_dirent_read_target(struct btree_trans *, subvol_inum,
int bch2_dirent_create_snapshot(struct btree_trans *, u32, u64, u32,
const struct bch_hash_info *, u8,
const struct qstr *, u64, u64 *,
- bch_str_hash_flags_t);
+ enum btree_iter_update_trigger_flags);
int bch2_dirent_create(struct btree_trans *, subvol_inum,
const struct bch_hash_info *, u8,
const struct qstr *, u64, u64 *,
- bch_str_hash_flags_t);
+ enum btree_iter_update_trigger_flags);
static inline unsigned vfs_d_type(unsigned type)
{