diff options
Diffstat (limited to 'libbcachefs/inode.h')
-rw-r--r-- | libbcachefs/inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/inode.h b/libbcachefs/inode.h index 7809d1b6..1b9dc27e 100644 --- a/libbcachefs/inode.h +++ b/libbcachefs/inode.h @@ -198,4 +198,6 @@ struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *); void bch2_inode_opts_get(struct bch_io_opts *, struct bch_fs *, struct bch_inode_unpacked *); +int bch2_inode_rm_snapshot(struct btree_trans *, u64, u32); + #endif /* _BCACHEFS_INODE_H */ |