diff options
author | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-09-19 18:20:10 +0200 |
---|---|---|
committer | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-09-19 18:20:10 +0200 |
commit | 3e3c0baea2da557b01f8c7e80d8662830c84d3c1 (patch) | |
tree | e6e51bd7835356a80a0474d4beafc56ebced8ebd /src/mds/Server.cc | |
parent | mds: flock: remove auto-insertion of waiting locks. (diff) | |
download | ceph-3e3c0baea2da557b01f8c7e80d8662830c84d3c1.tar.xz ceph-3e3c0baea2da557b01f8c7e80d8662830c84d3c1.zip |
flock: remove doubled debug output
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds/Server.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mds/Server.cc b/src/mds/Server.cc index d8de4b46d93..ed4cae7f9a3 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -2935,7 +2935,6 @@ void Server::handle_client_file_setlock(MDRequest *mdr) dout(10) << " state prior to lock change: " << *lock_state << dendl;; if (CEPH_LOCK_UNLOCK == set_lock.type) { - dout(10) << " unlock attempt on " << set_lock << dendl; list<ceph_filelock> activated_locks; list<Context*> waiters; if (lock_state->is_waiting(set_lock)) { |