diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ceph/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/types.h b/include/linux/ceph/types.h index 27cd973d3881..bd3d532902d7 100644 --- a/include/linux/ceph/types.h +++ b/include/linux/ceph/types.h @@ -24,6 +24,7 @@ struct ceph_vino { /* context for the caps reservation mechanism */ struct ceph_cap_reservation { int count; + int used; }; |