Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Tue, Dec 25, 2018 at 02:17:07AM +0000, Robert Elz wrote:
> @@ -724,7 +731,7 @@ threadpool_job_hold(threadpool_job_impl_
>                       return EBUSY;
>       } while (atomic_cas_uint(&job->job_refcnt, refcnt, (refcnt + 1))
>           != refcnt);
> -     
> +
>       return 0;
>  }
>  
> 


On Tue, Dec 25, 2018 at 05:44:13AM +0000, Jason R Thorpe wrote:
> @@ -731,7 +724,7 @@ threadpool_job_hold(threadpool_job_impl_
>  			return EBUSY;
>  	} while (atomic_cas_uint(&job->job_refcnt, refcnt, (refcnt + 1))
>  	    != refcnt);
> -
> +	
>  	return 0;
>  }
>  
> 

Heavily contended whitespace


Home | Main Index | Thread Index | Old Index