Project

General

Profile

Actions

Bug #42720

closed

client: remove useless variable for ceph::mutex and ceph::condition_variable

Added by shuguang wang over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Client
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

ceph::mutex flock = ceph::make_mutex("Client::_read_sync flock");
ceph::condition_variable cond
the flock and cond are useless variables in Client::_read_sync

Actions

Also available in: Atom PDF