Re: [PATCH] io_uring: Convert to use the fallthrough macro

2020-08-22 Thread Jens Axboe
On 8/22/20 2:11 AM, linmiaohe wrote: > Friendly ping :) Huh, I thought I had applied this. I'll queue it up for 5.10, thanks. -- Jens Axboe

Re: [PATCH] io_uring: Convert to use the fallthrough macro

2020-08-22 Thread linmiaohe
Friendly ping :) >From: Miaohe Lin > >Convert the uses of fallthrough comments to fallthrough macro. > >Signed-off-by: Hongxiang Lou >Signed-off-by: Miaohe Lin >--- > fs/io_uring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/fs/io_uring.c b/fs/io_uring.c index 2a3af95

[PATCH] io_uring: Convert to use the fallthrough macro

2020-08-08 Thread linmiaohe
From: Miaohe Lin Convert the uses of fallthrough comments to fallthrough macro. Signed-off-by: Hongxiang Lou Signed-off-by: Miaohe Lin --- fs/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/io_uring.c b/fs/io_uring.c index 2a3af95be4ca..77e932c25312 100644 --