diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:50:05 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:50:05 -0500 |
| commit | 73cf7e111ed69d8e1b59a3ae41b14bc77215e9ee (patch) | |
| tree | 02cd3308d328bce9cf97bf2c1c9d5e932103ebfe /include/linux/sunrpc/cache.h | |
| parent | 328257099077e8affd438c179d8a938948de2e7f (diff) | |
| parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff) | |
Merge 4.15-rc3 into driver-core-next
We want the fixes and changes in here for testing.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/sunrpc/cache.h')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 270bad0e1bed..40d2822f0e2f 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h | |||
| @@ -213,7 +213,7 @@ extern void __init cache_initialize(void); | |||
| 213 | extern int cache_register_net(struct cache_detail *cd, struct net *net); | 213 | extern int cache_register_net(struct cache_detail *cd, struct net *net); |
| 214 | extern void cache_unregister_net(struct cache_detail *cd, struct net *net); | 214 | extern void cache_unregister_net(struct cache_detail *cd, struct net *net); |
| 215 | 215 | ||
| 216 | extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net); | 216 | extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net); |
| 217 | extern void cache_destroy_net(struct cache_detail *cd, struct net *net); | 217 | extern void cache_destroy_net(struct cache_detail *cd, struct net *net); |
| 218 | 218 | ||
| 219 | extern void sunrpc_init_cache_detail(struct cache_detail *cd); | 219 | extern void sunrpc_init_cache_detail(struct cache_detail *cd); |
