]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
include/cephfs: improve a critical comment
authorRishabh Dave <ridave@redhat.com>
Sun, 21 Sep 2025 10:00:41 +0000 (15:30 +0530)
committerRishabh Dave <ridave@redhat.com>
Sat, 4 Oct 2025 12:49:01 +0000 (18:19 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/include/cephfs/types.h

index ac3da5997729028e43e50a515a46f63e84007562..327b355fd5735cc5a70c3958c7f9f9d2c937c265 100644 (file)
@@ -674,11 +674,13 @@ static inline void decode(optmetadata_multiton<Singleton,Allocator>& o, ::ceph::
 
 template<template<typename> 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<optmetadata_server_t<Allocator>,Allocator>;
   using client_range_map = std::map<client_t,client_writeable_range_t,std::less<client_t>,Allocator<std::pair<const client_t,client_writeable_range_t>>>;