it will redeliver this request at a later date, so drop the request.
*/
if (!mds->locker->acquire_locks(mdr, rdlocks, wrlocks, xlocks)) {
- dout(0) << "handle_client_file_setlock could not get locks!" << dendl;
+ dout(10) << "handle_client_file_setlock could not get locks!" << dendl;
return;
}
set_lock.type = req->head.args.filelock_change.type;
bool will_wait = req->head.args.filelock_change.wait;
- dout(0) << "handle_client_file_setlock: " << set_lock << dendl;
+ dout(10) << "handle_client_file_setlock: " << set_lock << dendl;
ceph_lock_state_t *lock_state = NULL;
break;
default:
- dout(0) << "got unknown lock type " << set_lock.type
- << ", dropping request!" << dendl;
+ dout(10) << "got unknown lock type " << set_lock.type
+ << ", dropping request!" << dendl;
return;
}
*/
rdlocks.insert(&cur->flocklock);
if (!mds->locker->acquire_locks(mdr, rdlocks, wrlocks, xlocks)) {
- dout(0) << "handle_client_file_readlock could not get locks!" << dendl;
+ dout(10) << "handle_client_file_readlock could not get locks!" << dendl;
return;
}
break;
default:
- dout(0) << "got unknown lock type " << checking_lock.type
- << ", dropping request!" << dendl;
+ dout(10) << "got unknown lock type " << checking_lock.type
+ << ", dropping request!" << dendl;
return;
}
lock_state->look_for_lock(checking_lock);