Re: [PATCH] compiler.h: Provide __always_inline to userspace headers too

2016-03-29 Thread Denys Vlasenko
On 03/29/2016 08:23 PM, Josh Boyer wrote: > On Tue, Mar 29, 2016 at 2:14 PM, Denys Vlasenko wrote: >> Recent change to uapi/linux/swab.h needs this. >> >> Signed-off-by: Denys Vlasenko >> CC: Josh Boyer >> CC: Thomas Graf >> CC: Peter Zijlstra >> CC: David Rientjes >> CC: Arnd Bergmann >> CC

Re: [PATCH] compiler.h: Provide __always_inline to userspace headers too

2016-03-29 Thread Andrew Morton
On Tue, 29 Mar 2016 14:23:57 -0400 Josh Boyer wrote: > On Tue, Mar 29, 2016 at 2:14 PM, Denys Vlasenko wrote: > > Recent change to uapi/linux/swab.h needs this. > > > > Signed-off-by: Denys Vlasenko > > CC: Josh Boyer > > CC: Thomas Graf > > CC: Peter Zijlstra > > CC: David Rientjes > > CC:

Re: [PATCH] compiler.h: Provide __always_inline to userspace headers too

2016-03-29 Thread Josh Boyer
On Tue, Mar 29, 2016 at 2:14 PM, Denys Vlasenko wrote: > Recent change to uapi/linux/swab.h needs this. > > Signed-off-by: Denys Vlasenko > CC: Josh Boyer > CC: Thomas Graf > CC: Peter Zijlstra > CC: David Rientjes > CC: Arnd Bergmann > CC: Ingo Molnar > CC: Andrew Morton > CC: Linus Torva

[PATCH] compiler.h: Provide __always_inline to userspace headers too

2016-03-29 Thread Denys Vlasenko
Recent change to uapi/linux/swab.h needs this. Signed-off-by: Denys Vlasenko CC: Josh Boyer CC: Thomas Graf CC: Peter Zijlstra CC: David Rientjes CC: Arnd Bergmann CC: Ingo Molnar CC: Andrew Morton CC: Linus Torvalds CC: linux-kernel@vger.kernel.org --- include/linux/compiler.h | 4 ++--