From a0284798fc509519851490fd1d17aeb7abe2b7e5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 31 Aug 2017 21:10:18 -0400 Subject: [PATCH] osd/PrimaryLogPG: do_osd_ops: update LIST_SNAPS comment Signed-off-by: Sage Weil --- src/osd/PrimaryLogPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index c526d245e95..11bc22ff005 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -5489,7 +5489,7 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector& ops) * in the ObjectContext, so we aren't performing an actual read unless * the clone obc is not already loaded (in which case, it cannot have * an in progress write). We also do not risk exposing uncommitted - * state since we do have a read lock on the head object or snapdir, + * state since we do have a read lock on the head object, * which we would have to write lock in order to make user visible * modifications to the snapshot state (snap trim related mutations * are not user visible). -- 2.47.3