• Andrew Morton's avatar
    [PATCH 1/1]: net/sunrpc/xprt.c gcc341 inlining fix · 8c714b07
    Andrew Morton authored
    From: Mikael Pettersson <mikpe@csd.uu.se>
    
    gcc-3.4.1 errors out in 2.6.8-rc1-mm1 at net/sunrpc/xprt.c:
    
    net/sunrpc/xprt.c: In function 'xprt_reserve':
    net/sunrpc/xprt.c:84: sorry, unimplemented: inlining failed in call to 'do_xprt_reserve': function body not available
    net/sunrpc/xprt.c:1307: sorry, unimplemented: called from here
    make[2]: *** [net/sunrpc/xprt.o] Error 1
    make[1]: *** [net/sunrpc] Error 2
    make: *** [net] Error 2
    
    do_xprt_reserve() is marked inline but used defore its function
    body is available. Moving it before its only caller fixes the problem.
    Signed-off-by: default avatarMikael Pettersson <mikpe@csd.uu.se>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
    8c714b07
xprt.c 40 KB