On (21/03/17 18:53), Stephen Rothwell wrote: > Hi all, > > After merging the cifsd tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > ld: fs/cifsd/misc.o:(.opd+0xc0): multiple definition of `extract_sharename'; fs/cifs/unc.o:(.opd+0x18): first defined here > ld: fs/cifsd/misc.o: in function `.extract_sharename': > misc.c:(.text.extract_sharename+0x0): multiple definition of `.extract_sharename'; fs/cifs/unc.o:unc.c:(.text.extract_sharename+0x0): first defined here > > Caused by commit > > cabcebc31de4 ("cifsd: introduce SMB3 kernel server") > > I applied the following patch for today: > > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Wed, 17 Mar 2021 18:35:55 +1100 > Subject: [PATCH] cifsd: uniquify extract_sharename() > > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Thanks!