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

2020-08-20 Thread Bruce Fields
On Thu, Aug 20, 2020 at 08:49:12AM -0400, Chuck Lever wrote: > Hi- > > > On Aug 19, 2020, at 10:57 PM, Miaohe Lin wrote: > > > > Convert the uses of fallthrough comments to fallthrough macro. Please see > > commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough' pseudo > > keyword for swi

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

2020-08-20 Thread Chuck Lever
Hi- > On Aug 19, 2020, at 10:57 PM, Miaohe Lin wrote: > > Convert the uses of fallthrough comments to fallthrough macro. Please see > commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough' pseudo > keyword for switch/case use") for detail. > > Signed-off-by: Hongxiang Lou > Signed-off-

[PATCH v2] nfsd: Convert to use the preferred fallthrough macro

2020-08-19 Thread Miaohe Lin
Convert the uses of fallthrough comments to fallthrough macro. Please see commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use") for detail. Signed-off-by: Hongxiang Lou Signed-off-by: Miaohe Lin --- fs/nfsd/nfs4callback.c | 2 +- fs/nfsd/nfs4proc.c