]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MClientReply.h
update sources to 12.2.8
[ceph.git] / ceph / src / messages / MClientReply.h
index 228db2f9daf687d96983ab225b6d64a5ce14272a..e8c8e7320ccc5ee6384817f21fe7c63e8f4c5371 100644 (file)
@@ -182,7 +182,7 @@ struct InodeStat {
     if (features & CEPH_FEATURE_MDS_QUOTA)
       ::decode(quota, p);
     else
-      memset(&quota, 0, sizeof(quota));
+      quota = quota_info_t{};
 
     if ((features & CEPH_FEATURE_FS_FILE_LAYOUT_V2))
       ::decode(layout.pool_ns, p);