]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: add comment on linkage durability
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Jan 2021 03:58:29 +0000 (19:58 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 16 Jan 2021 01:30:39 +0000 (17:30 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/CDentry.h

index 86efabd76e1ebb8f0e8ddcb736dcaa73019d4cf5..ed2a66f678e7646d934a863496fc47aab93a8448 100644 (file)
@@ -359,7 +359,7 @@ protected:
   friend class C_MDC_XlockRequest;
 
   CDir *dir = nullptr;     // containing dirfrag
-  linkage_t linkage;
+  linkage_t linkage; /* durable */
   mempool::mds_co::list<linkage_t> projected;
 
   version_t version = 0;  // dir version when last touched.