summaryrefslogtreecommitdiff
path: root/libbcachefs/dirent.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-10-21 14:20:03 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-10-21 14:20:03 -0400
commitf9f57789de567726f7cfa46bd13df4b0815d137a (patch)
treed0230a4ae7f2f2d42afb49ace371a28e09a51332 /libbcachefs/dirent.h
parenta2b02395933ea8da3121b1c76d9774b8585d1313 (diff)
Update bcachefs sources to 6d1f979bc5 bcachefs: Subvol dirents are now only visible in parent subvolv0.17
Diffstat (limited to 'libbcachefs/dirent.h')
-rw-r--r--libbcachefs/dirent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbcachefs/dirent.h b/libbcachefs/dirent.h
index e7f65fbd..8ae40776 100644
--- a/libbcachefs/dirent.h
+++ b/libbcachefs/dirent.h
@@ -33,9 +33,6 @@ int bch2_dirent_create(struct btree_trans *, subvol_inum,
const struct bch_hash_info *, u8,
const struct qstr *, u64, u64 *, int);
-int __bch2_dirent_read_target(struct btree_trans *, struct bkey_s_c_dirent,
- u32 *, u32 *, u64 *, bool);
-
static inline unsigned vfs_d_type(unsigned type)
{
return type == DT_SUBVOL ? DT_DIR : type;