Otherwise when a client is stuck waiting for caps
and periodically emitting this message, we have
a hard time knowing which inode is involved.
Signed-off-by: John Spray <john.spray@redhat.com>
return 0;
}
}
- ldout(cct, 10) << "waiting for caps need " << ccap_string(need) << " want " << ccap_string(want) << dendl;
+ ldout(cct, 10) << "waiting for caps " << *in << " need " << ccap_string(need) << " want " << ccap_string(want) << dendl;
waitfor_caps = true;
}