diff options
author | Richard Guy Briggs <rgb@redhat.com> | 2014-03-16 18:00:19 (GMT) |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2014-03-20 14:12:00 (GMT) |
commit | 80e0b6e8a001361316a2d62b748fe677ec46b860 (patch) | |
tree | 385aea722a69dd83447b164383b57c4de380aec6 /mm/cleancache.c | |
parent | 579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349 (diff) | |
download | linux-80e0b6e8a001361316a2d62b748fe677ec46b860.tar.xz |
sched: declare pid_alive as inline
We accidentally declared pid_alive without any extern/inline connotation.
Some platforms were fine with this, some like ia64 and mips were very angry.
If the function is inline, the prototype should be inline!
on ia64:
include/linux/sched.h:1718: warning: 'pid_alive' declared inline after
being called
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'mm/cleancache.c')
0 files changed, 0 insertions, 0 deletions