commit | 2e1cd90d718a5fc721e0caa0dc9f037d9b1f46b8 | [log] [tgz] |
---|---|---|
author | Ming Lin <mlin@kernel.org> | Sun Mar 29 23:11:30 2015 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Apr 07 23:27:58 2015 -0700 |
tree | db299afd5e70126a52bba991a79bd2daffdf9957 | |
parent | 9e35eff449fc7c7106ea0fd64457afacf68f3bb3 [diff] |
tcm_loop: fixup tpgt string to integer conversion Currently, for example, mkdir "tpgt_xyz" doesn't return error. mkdir /sys/kernel/config/target/loopback/naa.60014055f195952b/tpgt_xyz Replace obsoleted simple_strtoul with kstrtoul and check the conversion. Signed-off-by: Ming Lin <mlin@kernel.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>