mirror of
https://github.com/ceph/ceph
synced 2025-03-31 16:25:56 +00:00
client: don't print inode, it might be NULL.
This is especially bad because you can't start cfuse with debug level 20.
This commit is contained in:
parent
5b099f5c65
commit
4f3407de99
@ -768,7 +768,7 @@ int Client::choose_target_mds(MetaRequest *req)
|
||||
is_hash = false;
|
||||
}
|
||||
|
||||
dout(20) << "choose_target_mds " << *in << " is_hash=" << is_hash
|
||||
dout(20) << "choose_target_mds " << in << " is_hash=" << is_hash
|
||||
<< " hash=" << hash << dendl;
|
||||
|
||||
if (!in) goto random_mds;
|
||||
|
Loading…
Reference in New Issue
Block a user