From: Rishabh Dave Date: Sun, 21 Sep 2025 10:00:41 +0000 (+0530) Subject: include/cephfs: improve a critical comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e27c32f0b44ca4406389a6a4d8b378bbff05862;p=ceph.git include/cephfs: improve a critical comment Signed-off-by: Rishabh Dave --- diff --git a/src/include/cephfs/types.h b/src/include/cephfs/types.h index ac3da5997729..327b355fd573 100644 --- a/src/include/cephfs/types.h +++ b/src/include/cephfs/types.h @@ -674,11 +674,13 @@ static inline void decode(optmetadata_multiton& o, ::ceph:: template class Allocator = std::allocator> struct inode_t { + /** * *************** - * Do not forget to add any new fields to the compare() function. + * XXX Do not forget to add any new fields to the compare() function. * *************** */ + using optmetadata_singleton_server_t = optmetadata_singleton,Allocator>; using client_range_map = std::map,Allocator>>;