]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix type of some stats
authorJohn Spray <john.spray@redhat.com>
Tue, 3 Feb 2015 17:01:01 +0000 (17:01 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 5 Mar 2015 20:17:28 +0000 (20:17 +0000)
commit33a9d7063add051fb17e587c746605e2f407442f
tree94b3abc42c7b2efbc1641021d542da8cfc38cda2
parent9ec54a9e01c589a38c559d23a210d93d05f9ad2c
mds: fix type of some stats

These guys were marked as counters, but they were
updated with set(), not inc() -- so they should just
be normal u64s.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDS.cc