hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/include/linux/ceph/types.h
....@@ -24,6 +24,7 @@
2424 /* context for the caps reservation mechanism */
2525 struct ceph_cap_reservation {
2626 int count;
27
+ int used;
2728 };
2829
2930