]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/six.h
Update bcachefs sources to 90a9c61e2b bcachefs: Switch bch2_btree_delete_range()...
[bcachefs-tools-debian] / include / linux / six.h
index 477c33eb00d7dca36ad07cde09cd5681455cf6b2..41ddf63b7470e4286322c72d2a390636dd50ac2d 100644 (file)
@@ -200,4 +200,11 @@ void six_lock_pcpu_free_rcu(struct six_lock *);
 void six_lock_pcpu_free(struct six_lock *);
 void six_lock_pcpu_alloc(struct six_lock *);
 
+struct six_lock_count {
+       unsigned read;
+       unsigned intent;
+};
+
+struct six_lock_count six_lock_counts(struct six_lock *);
+
 #endif /* _LINUX_SIX_H */