SMPTODO: remove timeout(9) from ffs_softdep.c

Coleman Kane cokane at cokane.org
Wed Mar 12 15:28:06 UTC 2008


David O'Brien wrote:
> On Wed, Mar 12, 2008 at 10:16:31AM -0400, Coleman Kane wrote:
>   
>> I am attaching the revised patch.
>>     
> ..
>   
>> +		callout_reset(&softdep_callout, tickdelay > 2 ? tickdelay : 2, pause_timer, 0);
>>     
>
> Wrap long line.
>
>   
>> +	/* The callout_ API has acquired mtx and will hold it around this function call. */
>>     
>
> Ditto.
>
>   
>> +		callout_reset(&softdep_callout, tickdelay > 2 ? tickdelay : 2, pause_timer, 0);
>>     
>
> Ditto.
>   
Third try at the patch, properly adjusting my vim tabs to 8 spaces as 
they should be so that I can follow style(9).

--
Coleman Kane

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffs_softdep.c-newcallout3.diff
Type: text/x-patch
Size: 2279 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-arch/attachments/20080312/2aee5db0/ffs_softdep.c-newcallout3.bin


More information about the freebsd-arch mailing list