[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-883-g9d2d075

Tim Prouty tprouty at samba.org
Tue Apr 7 16:42:26 GMT 2009


On Apr 7, 2009, at 8:34 AM, Volker Lendecke wrote:

> On Mon, Apr 06, 2009 at 03:55:26PM -0500, Tim Prouty wrote:
>> -	DEBUG(10, ("Got oplock async level 2 break message from pid %s: "
>> -		   "%s/%lu\n", procid_str(debug_ctx(), &src),
>> -		   file_id_string_tos(&msg.id), msg.share_file_id));
>> +	DEBUG(10, ("Got oplock async level 2 break message from pid %d:  
>> %s/%lu\n",
>> +		   (int)procid_to_pid(&src), file_id_string_tos(&msg.id),  
>> msg.share_file_id));
>>
>
> Is there any reason why you removed the procid_str() that I
> just added? Is this a speed critical operation on your
> platform? If so, is there anything I can help to relieve
> that pain?


No reason, other than I simply missed it while resolving a conflict  
when porting the patch.  Thanks for catching this.  I'll add it back  
now.

-Tim



More information about the samba-technical mailing list