]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lustre: ptlrpc: add "ptlrpc_internal.h" to sec_gc.c
authorSpencer Baugh <sbaugh@andrew.cmu.edu>
Sat, 20 Dec 2014 20:48:13 +0000 (15:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:43:17 +0000 (15:43 -0800)
commit439d9eadf648a9d62ab74c64b0e7432b3a15ec3b
tree7405739874c69c6bacfce6473dbdc3bab08111f5
parentcc1cf0e0e6566afcf9fd5346c0fe3c3fd6b9b2ac
lustre: ptlrpc: add "ptlrpc_internal.h" to sec_gc.c

ptlrpc_internal.h contains the prototypes for sptlrpc_gc_init() and
sptlrpc_gc_fini(), which are defined in sec_gc.c.

This removes the following sparse warnings:

drivers/staging/lustre/lustre/ptlrpc/sec_gc.c:217:5: warning: symbol 'sptlrpc_gc_init' was not declared. Should it be static?
drivers/staging/lustre/lustre/ptlrpc/sec_gc.c:241:6: warning: symbol 'sptlrpc_gc_fini' was not declared. Should it be static?

Signed-off-by: Spencer Baugh <sbaugh@andrew.cmu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/sec_gc.c