[PATCH 0/2] Two small closures patches

Kent Overstreet posted 2 patches 2 years, 2 months ago
Only 0 patches received!
fs/bcachefs/fs-io-direct.c |  1 +
include/linux/closure.h    | 12 +++++++++---
lib/closure.c              |  9 +++++++--
3 files changed, 17 insertions(+), 5 deletions(-)
[PATCH 0/2] Two small closures patches
Posted by Kent Overstreet 2 years, 2 months ago
I'll be sending these to Linus in my next pull request, sending them to
linux-bcache so Coly gets a chance to see them.

Kent Overstreet (2):
  closures: Better memory barriers
  closures: Fix race in closure_sync()

 fs/bcachefs/fs-io-direct.c |  1 +
 include/linux/closure.h    | 12 +++++++++---
 lib/closure.c              |  9 +++++++--
 3 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.42.0
Re: [PATCH 0/2] Two small closures patches
Posted by Coly Li 2 years, 1 month ago

> 2023年11月1日 00:24,Kent Overstreet <kent.overstreet@linux.dev> 写道:
> 
> I'll be sending these to Linus in my next pull request, sending them to
> linux-bcache so Coly gets a chance to see them.
> 
> Kent Overstreet (2):
>  closures: Better memory barriers
>  closures: Fix race in closure_sync()
> 
> fs/bcachefs/fs-io-direct.c |  1 +
> include/linux/closure.h    | 12 +++++++++---
> lib/closure.c              |  9 +++++++--
> 3 files changed, 17 insertions(+), 5 deletions(-)

The whole series got tested with current bcache code, it works fine.

Acked-by: Coly Li <colyli@suse.de <mailto:colyli@suse.de>>

Thanks.

Coly Li
Re: [PATCH 0/2] Two small closures patches
Posted by Coly Li 2 years, 1 month ago

> 2023年11月19日 00:43,Coly Li <colyli@suse.de> 写道:
> 
> 
> 
>> 2023年11月1日 00:24,Kent Overstreet <kent.overstreet@linux.dev> 写道:
>> 
>> I'll be sending these to Linus in my next pull request, sending them to
>> linux-bcache so Coly gets a chance to see them.
>> 
>> Kent Overstreet (2):
>> closures: Better memory barriers
>> closures: Fix race in closure_sync()
>> 
>> fs/bcachefs/fs-io-direct.c |  1 +
>> include/linux/closure.h    | 12 +++++++++---
>> lib/closure.c              |  9 +++++++--
>> 3 files changed, 17 insertions(+), 5 deletions(-)
> 
> The whole series got tested with current bcache code, it works fine.
> 
> Acked-by: Coly Li <colyli@suse.de <mailto:colyli@suse.de>>

The above line was automatically modified by the MacOS Mail client, sigh…
Please use the following line,

Acked-by: Coly Li <colyli@suse.de>


Thanks.

Coly Li