summaryrefslogtreecommitdiffstats
path: root/src/mds/Server.cc
diff options
context:
space:
mode:
authorGreg Farnum <gregory.farnum@dreamhost.com>2011-09-19 18:20:10 +0200
committerGreg Farnum <gregory.farnum@dreamhost.com>2011-09-19 18:20:10 +0200
commit3e3c0baea2da557b01f8c7e80d8662830c84d3c1 (patch)
treee6e51bd7835356a80a0474d4beafc56ebced8ebd /src/mds/Server.cc
parentmds: flock: remove auto-insertion of waiting locks. (diff)
downloadceph-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.cc1
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)) {