Whamcloud - gitweb
LU-4423 ptlrpc: Fix function prototypes 20/10120/2
authorOleg Drokin <oleg.drokin@intel.com>
Sun, 27 Apr 2014 01:41:23 +0000 (21:41 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 1 May 2014 19:06:48 +0000 (19:06 +0000)
commit53d78bc0ef6a2febddc94f762adfdeaba8f76938
tree847e1baf06da5b4ba112a4cc6fda793592118ed9
parent0398926e4683ab3b743691b98bbf18e66383eeba
LU-4423 ptlrpc: Fix function prototypes

ptlrpc_request_cache_init and ptlrpc_request_cache_fini
added by request cache code did not include argument type
in the declaration which causes a checkpatch warning.

Change-Id: I41f4f96cfbc9e63417b6adbe6ba1902248494fbb
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/10120
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
lustre/ptlrpc/client.c