Whamcloud - gitweb
LU-9325 ptlrpc: replace simple_strtol with kstrtol 85/32785/8
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 5 Jul 2018 03:56:02 +0000 (23:56 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 18 Aug 2018 02:22:19 +0000 (02:22 +0000)
commit8f37d64b6bc9111ff20ffb0bd22daf8fb9c8c159
tree3e3f0337bab3228e11df0f9967f73e3a6ea1b995
parentdfc0260976fc5ba1f2952255c1e13994aed6cf36
LU-9325 ptlrpc: replace simple_strtol with kstrtol

Eventually simple_strtol() will be removed so replace its use in
the ptlrpc with kstrtoXXX() class of functions.

Change-Id: I41b44c5dc329832a901c1772a9ba0608df30282a
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32785
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Nikitas Angelinas <nikitas.angelinas@gmail.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/ptlrpc/gss/gss_svc_upcall.c
lustre/ptlrpc/lproc_ptlrpc.c
lustre/ptlrpc/nrs_crr.c
lustre/ptlrpc/nrs_orr.c