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

Reply via email to