Whamcloud - gitweb
LU-9325 mdt: replace simple_strtol() with kstrtol() 46/38846/3
authorJames Simmons <jsimmons@infradead.org>
Fri, 5 Jun 2020 12:55:55 +0000 (08:55 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 16 Jun 2020 02:21:44 +0000 (02:21 +0000)
commit4115148e4ac5ccb3620a9f8d3e48da0a712943c5
tree1e7b45118ec7c766e92fc525f10fd7a369cc812c
parent986fe589f9727d52cfa2350ffbaeea0cae94f3d5
LU-9325 mdt: replace simple_strtol() with kstrtol()

Someday simple_strtol() will go away. The simple_strtol() call in
mdt_init0() is very simple so we can easily replace it with
kstrtol().

Change-Id: I37485735f0f42aa5c2c5b9fd361e4fdfa54dc8e5
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/38846
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
lustre/mdt/mdt_handler.c