Re: [kbuild-all] Re: [PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc

2020-11-10 Thread Philip Li
On Wed, Nov 11, 2020 at 01:35:11PM +0800, Alex Shi wrote: > I had a recall email for this patch > https://www.spinics.net/lists/linux-nfs/msg80135.html > seem your robot just omit it. :) sorry for the meaningless report, that currently the bot can't analyze the mail like this to abandon the patch

Re: [PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc

2020-11-10 Thread Alex Shi
I had a recall email for this patch https://www.spinics.net/lists/linux-nfs/msg80135.html seem your robot just omit it. :) Thanks 在 2020/11/11 上午4:55, kernel test robot 写道: > Hi Alex, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build tes

Re: [PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc

2020-11-10 Thread kernel test robot
Hi Alex, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.10-rc3 next-20201110] [cannot apply to nfsd/nfsd-next cel/for-next linux/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting p

Re: [PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc

2020-11-06 Thread Alex Shi
Sorry, gcc is error on this case, it cann't find out much of NFSDDBG_##flag Forget this patch. Alex 在 2020/11/6 上午11:47, Alex Shi 写道: > There are lots of NFSDDBG_FACILITY defined in many files > but it isn't used anywhere. so remove it to tame the gcc warning: > > fs/nfsd/nfsxdr.c:12:0: warni

[PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc

2020-11-05 Thread Alex Shi
There are lots of NFSDDBG_FACILITY defined in many files but it isn't used anywhere. so remove it to tame the gcc warning: fs/nfsd/nfsxdr.c:12:0: warning: macro "NFSDDBG_FACILITY" is not used [-Wunused-macros] fs/nfsd/filecache.c:23:0: warning: macro "NFSDDBG_FACILITY" is not used [-Wunused-macros