diff options
Diffstat (limited to 'libbcachefs/nocow_locking.h')
-rw-r--r-- | libbcachefs/nocow_locking.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/nocow_locking.h b/libbcachefs/nocow_locking.h index ff8e4af..f9d6a42 100644 --- a/libbcachefs/nocow_locking.h +++ b/libbcachefs/nocow_locking.h @@ -44,6 +44,7 @@ static inline bool bch2_bucket_nocow_trylock(struct bucket_nocow_lock_table *t, void bch2_nocow_locks_to_text(struct printbuf *, struct bucket_nocow_lock_table *); +void bch2_fs_nocow_locking_exit(struct bch_fs *); int bch2_fs_nocow_locking_init(struct bch_fs *); #endif /* _BCACHEFS_NOCOW_LOCKING_H */ |