From: Sage Weil Date: Fri, 1 Sep 2017 01:10:18 +0000 (-0400) Subject: osd/PrimaryLogPG: do_osd_ops: update LIST_SNAPS comment X-Git-Tag: v13.0.1~840^2~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a0284798fc509519851490fd1d17aeb7abe2b7e5;p=ceph.git osd/PrimaryLogPG: do_osd_ops: update LIST_SNAPS comment Signed-off-by: Sage Weil --- 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).