forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
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