Skip to content

Commit

Permalink
test_filestore_workloadgen: name the Mutex variable
Browse files Browse the repository at this point in the history
This is for interpreting lockdep reports.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed May 8, 2012
1 parent 5c3e985 commit d96bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/filestore/workload_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WorkloadGenerator::WorkloadGenerator(vector<const char*> args)
m_suppress_write_data(false), m_suppress_write_xattr_obj(false),
m_suppress_write_xattr_coll(false), m_suppress_write_log(false),
m_do_stats(false),
m_stats_written_data(0), m_stats_duration(), m_stats_lock("Stats Lock"),
m_stats_written_data(0), m_stats_duration(), m_stats_lock("WorldloadGenerator::m_stats_lock"),
m_stats_show_secs(5)
{
int err = 0;
Expand Down

0 comments on commit d96bf6c

Please sign in to comment.