OSDN Git Service

staging/lustre: Convert cfs_str2num_check to use kstrtoul
authorOleg Drokin <green@linuxhacker.ru>
Tue, 16 Feb 2016 05:47:17 +0000 (00:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:33:11 +0000 (14:33 -0800)
commitae0246da1603be7e7374621741515c2b6f2d6332
treedde9486376151e85d440cb6170e2ac90e00fe456
parent4d8a00ef544af38af91f4fc2fcfe62bfa6d94e90
staging/lustre: Convert cfs_str2num_check to use kstrtoul

simple_strtoul is obsolete

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/libcfs_string.c