target: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:22:19 +0000 (16:22 +0900)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 13 Aug 2013 03:31:44 +0000 (20:31 -0700)
commit57103d7fe1833857cf542a482c1eb8da0bf86e5d
tree75a7439ace0d34b69d2fb1f84c43f5454f673ac8
parentd4e4ab86bcba5a72779c43dc1459f71fea3d89c8
target: replace strict_strto*() with kstrto*()

The usage of strict_strtoul() and strict_strtoull() is not preferred,
because strict_strtoul() and strict_strtoull() are obsolete. Thus,
kstrtoul() and kstrtoull() should be used.

v2: Fix incorrect return in ft_add_tpg (Fengguang)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target_configfs.c
drivers/target/iscsi/iscsi_target_login.c
drivers/target/iscsi/iscsi_target_parameters.c
drivers/target/target_core_alua.c
drivers/target/target_core_configfs.c
drivers/target/target_core_fabric_configfs.c
drivers/target/target_core_file.c
drivers/target/target_core_iblock.c
drivers/target/tcm_fc/tfc_conf.c
This page took 0.026042 seconds and 5 git commands to generate.