lkml.org 
[lkml]   [2022]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH net v3] net: Force inlining of checksum functions in net/checksum.h
On Fri, Feb 18, 2022 at 10:35:48AM +0900, Masahiro Yamada wrote:
> On Fri, Feb 18, 2022 at 3:10 AM Segher Boessenkool
> <segher@kernel.crashing.org> wrote:
> > On Fri, Feb 18, 2022 at 02:27:16AM +0900, Masahiro Yamada wrote:
> > > On Fri, Feb 18, 2022 at 1:49 AM David Laight <David.Laight@aculab.com> wrote:
> > > > That description is largely fine.
> > > >
> > > > Inappropriate 'inline' ought to be removed.
> > > > Then 'inline' means - 'really do inline this'.
> > >
> > > You cannot change "static inline" to "static"
> > > in header files.
> >
> > Why not? Those two have identical semantics!
>
> e.g.)
>
>
> [1] Open include/linux/device.h with your favorite editor,
> then edit
>
> static inline void *devm_kcalloc(struct device *dev,
>
> to
>
> static void *devm_kcalloc(struct device *dev,
>
>
> [2] Build the kernel

You get some "defined but not used" warnings that are shushed for
inlines. Do you see something else?

The semantics are the same. Warnings are just warnings. It builds
fine.


Segher

\
 
 \ /
  Last update: 2022-02-18 13:17    [W:1.793 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site