]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: use appropriate abbrev. for variable name
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 23 May 2024 19:57:30 +0000 (15:57 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 4 Jun 2024 19:44:25 +0000 (15:44 -0400)
commit4229c278dd93e77bf56667c3713b7385c1fb20d4
treeb36d6c33e6c4589865dfdde37f06c41316e69493
parent55a88a0b422cef2d20e371cd68981a72d104168c
mds: use appropriate abbrev. for variable name

Existing convention is that "css" is short for CachedStackStringStream while
"ss" is stringstream.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSRank.cc