Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rxrpc: remove rxrpc_max_call_lifetime declaration

rxrpc_max_call_lifetime has been removed since
commit a158bdd3247b ("rxrpc: Fix call timeouts"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220909064042.1149404-1-cuigaosheng1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Gaosheng Cui and committed by
Jakub Kicinski
9621e74f 13c76227

-1
-1
net/rxrpc/ar-internal.h
··· 782 782 */ 783 783 extern const char *const rxrpc_call_states[]; 784 784 extern const char *const rxrpc_call_completions[]; 785 - extern unsigned int rxrpc_max_call_lifetime; 786 785 extern struct kmem_cache *rxrpc_call_jar; 787 786 788 787 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);