Re: [PATCH] rbd: Convert to use the preferred fallthrough macro

2020-08-19 Thread Jens Axboe
On 8/19/20 6:31 AM, Ilya Dryomov wrote: > On Wed, Aug 19, 2020 at 3:03 PM Jens Axboe wrote: >> >> On 8/19/20 1:53 AM, Miaohe Lin wrote: >>> Convert the uses of fallthrough comments to fallthrough macro. >> >> Applied, thanks. > > Hi Jens, > > This has already been folded into another patch in ce

Re: [PATCH] rbd: Convert to use the preferred fallthrough macro

2020-08-19 Thread Ilya Dryomov
On Wed, Aug 19, 2020 at 3:03 PM Jens Axboe wrote: > > On 8/19/20 1:53 AM, Miaohe Lin wrote: > > Convert the uses of fallthrough comments to fallthrough macro. > > Applied, thanks. Hi Jens, This has already been folded into another patch in ceph-client.git. Please drop it. Thanks,

Re: [PATCH] rbd: Convert to use the preferred fallthrough macro

2020-08-19 Thread Jens Axboe
On 8/19/20 1:53 AM, Miaohe Lin wrote: > Convert the uses of fallthrough comments to fallthrough macro. Applied, thanks. -- Jens Axboe

[PATCH] rbd: Convert to use the preferred fallthrough macro

2020-08-19 Thread Miaohe Lin
Convert the uses of fallthrough comments to fallthrough macro. Signed-off-by: Hongxiang Lou Signed-off-by: Miaohe Lin --- drivers/block/rbd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index d9c0e7d154f9..011539039693 10