projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c7622
)
rxrpc: remove rxrpc_max_call_lifetime declaration
author
Gaosheng Cui
<cuigaosheng1@huawei.com>
Fri, 9 Sep 2022 06:40:42 +0000
(14:40 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 20 Sep 2022 00:58:47 +0000
(17:58 -0700)
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>
net/rxrpc/ar-internal.h
patch
|
blob
|
history
diff --git
a/net/rxrpc/ar-internal.h
b/net/rxrpc/ar-internal.h
index 62c70709d79803a8e4c02057cd164d37e5a8fd23..1ad0ec5afb50ce5817b3e79757240762b7034573 100644
(file)
--- a/
net/rxrpc/ar-internal.h
+++ b/
net/rxrpc/ar-internal.h
@@
-782,7
+782,6
@@
void rxrpc_delete_call_timer(struct rxrpc_call *call);
*/
extern const char *const rxrpc_call_states[];
extern const char *const rxrpc_call_completions[];
-extern unsigned int rxrpc_max_call_lifetime;
extern struct kmem_cache *rxrpc_call_jar;
struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);