Whamcloud - gitweb
LU-9325 llog: replace simple_strtol with kstrtol 98/32598/3
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 7 Jun 2018 00:52:17 +0000 (20:52 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Jul 2018 06:00:17 +0000 (06:00 +0000)
commit62a19d61419453048dc595b8ba2cf77c06a9755f
treec88e9811e118a08bbcd72b0a39329bdf9e6fc922
parentd6a3908fee282c01b118708f4bab13c715f35c56
LU-9325 llog: replace simple_strtol with kstrtol

Eventually simple_strtol will be removed so replace its use in
the llog_ioctl code with kstrtoxxx() functions.

Change-Id: I55a4e97837a1d9e0134dde92f0c2380f07691ab9
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32598
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
lustre/obdclass/llog_ioctl.c