aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/cache.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-11 02:50:05 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-11 02:50:05 -0500
commit73cf7e111ed69d8e1b59a3ae41b14bc77215e9ee (patch)
tree02cd3308d328bce9cf97bf2c1c9d5e932103ebfe /include/linux/sunrpc/cache.h
parent328257099077e8affd438c179d8a938948de2e7f (diff)
parent50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (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.h2
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);
213extern int cache_register_net(struct cache_detail *cd, struct net *net); 213extern int cache_register_net(struct cache_detail *cd, struct net *net);
214extern void cache_unregister_net(struct cache_detail *cd, struct net *net); 214extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
215 215
216extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net); 216extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
217extern void cache_destroy_net(struct cache_detail *cd, struct net *net); 217extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
218 218
219extern void sunrpc_init_cache_detail(struct cache_detail *cd); 219extern void sunrpc_init_cache_detail(struct cache_detail *cd);