From: Stanislav Kinsbursky Date: Mon, 4 Feb 2013 11:02:40 +0000 (+0300) Subject: NFS: simplify and clean cache library X-Git-Tag: v3.9-rc1~40^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462b8f6bf1d3f5feb7a346394036dbc1df3a8ed5;p=pandora-kernel.git NFS: simplify and clean cache library This is a cleanup patch. Such helpers like nfs_cache_init() and nfs_cache_destroy() are redundant, because they are just a wrappers around sunrpc_init_cache_detail() and sunrpc_destroy_cache_detail() respectively. So let's remove them completely and move corresponding logic to nfs_cache_register_net() and nfs_cache_unregister_net() respectively (since they are called together anyway). Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed