Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-06-01 Thread Andrew Morton
On Fri, 01 Jun 2018 16:42:36 +0800 Ian Kent wrote: > The resulting "autofs-create-autofs-kconfig-and-makefile.patch" should > now look like Got it, thanks ;)

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-06-01 Thread Andrew Morton
On Fri, 01 Jun 2018 16:42:36 +0800 Ian Kent wrote: > The resulting "autofs-create-autofs-kconfig-and-makefile.patch" should > now look like Got it, thanks ;)

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-06-01 Thread Ian Kent
On Fri, 2018-06-01 at 09:35 +0800, Ian Kent wrote: > On Thu, 2018-05-31 at 17:13 -0700, Andrew Morton wrote: > > On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > > > > > I actually had an alternative approach that I tried out successfully > > > > but discarded as being too different from

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-06-01 Thread Ian Kent
On Fri, 2018-06-01 at 09:35 +0800, Ian Kent wrote: > On Thu, 2018-05-31 at 17:13 -0700, Andrew Morton wrote: > > On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > > > > > I actually had an alternative approach that I tried out successfully > > > > but discarded as being too different from

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-31 Thread Ian Kent
On Thu, 2018-05-31 at 17:13 -0700, Andrew Morton wrote: > On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > > > I actually had an alternative approach that I tried out successfully > > > but discarded as being too different from the original code. Just for > > > reference, this one would

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-31 Thread Ian Kent
On Thu, 2018-05-31 at 17:13 -0700, Andrew Morton wrote: > On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > > > I actually had an alternative approach that I tried out successfully > > > but discarded as being too different from the original code. Just for > > > reference, this one would

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-31 Thread Andrew Morton
On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > I actually had an alternative approach that I tried out successfully > > but discarded as being too different from the original code. Just for > > reference, this one would work as well, and allow both to be > > compiled together. The

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-31 Thread Andrew Morton
On Wed, 30 May 2018 17:18:55 +0800 Ian Kent wrote: > > I actually had an alternative approach that I tried out successfully > > but discarded as being too different from the original code. Just for > > reference, this one would work as well, and allow both to be > > compiled together. The

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-30 Thread Ian Kent
On Wed, 2018-05-30 at 10:41 +0200, Arnd Bergmann wrote: > On Wed, May 30, 2018 at 2:48 AM, Ian Kent wrote: > > On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: > > > The autofs4 implementation is just a redirect to autofs now, but that > > > also means we can't have both built into the

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-30 Thread Ian Kent
On Wed, 2018-05-30 at 10:41 +0200, Arnd Bergmann wrote: > On Wed, May 30, 2018 at 2:48 AM, Ian Kent wrote: > > On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: > > > The autofs4 implementation is just a redirect to autofs now, but that > > > also means we can't have both built into the

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-30 Thread Arnd Bergmann
On Wed, May 30, 2018 at 2:48 AM, Ian Kent wrote: > On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: >> The autofs4 implementation is just a redirect to autofs now, but that >> also means we can't have both built into the same kernel: >> >> fs/autofs/inode.o: In function `autofs_new_ino':

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-30 Thread Arnd Bergmann
On Wed, May 30, 2018 at 2:48 AM, Ian Kent wrote: > On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: >> The autofs4 implementation is just a redirect to autofs now, but that >> also means we can't have both built into the same kernel: >> >> fs/autofs/inode.o: In function `autofs_new_ino':

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-29 Thread Ian Kent
On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: > The autofs4 implementation is just a redirect to autofs now, but that > also means we can't have both built into the same kernel: > > fs/autofs/inode.o: In function `autofs_new_ino': > inode.c:(.text+0x1b8): multiple definition of

Re: [PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-29 Thread Ian Kent
On Tue, 2018-05-29 at 11:46 +0200, Arnd Bergmann wrote: > The autofs4 implementation is just a redirect to autofs now, but that > also means we can't have both built into the same kernel: > > fs/autofs/inode.o: In function `autofs_new_ino': > inode.c:(.text+0x1b8): multiple definition of

[PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-29 Thread Arnd Bergmann
The autofs4 implementation is just a redirect to autofs now, but that also means we can't have both built into the same kernel: fs/autofs/inode.o: In function `autofs_new_ino': inode.c:(.text+0x1b8): multiple definition of `autofs_new_ino' fs/autofs/inode.o:inode.c:(.text+0x1b8): first defined

[PATCH] autofs: make autofs4 and autofs mutually exclusive

2018-05-29 Thread Arnd Bergmann
The autofs4 implementation is just a redirect to autofs now, but that also means we can't have both built into the same kernel: fs/autofs/inode.o: In function `autofs_new_ino': inode.c:(.text+0x1b8): multiple definition of `autofs_new_ino' fs/autofs/inode.o:inode.c:(.text+0x1b8): first defined