]> asedeno.scripts.mit.edu Git - linux.git/commit
iscsi-target: kstrtou* configfs attribute parameter cleanups
authorJörn Engel <joern@logfs.org>
Wed, 3 Jul 2013 15:35:11 +0000 (11:35 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 8 Jul 2013 01:36:51 +0000 (18:36 -0700)
commitad7babd23726b442b0b5fd92d8bd0611af5e5d6a
tree4c5d45a59fe63244fa796135e766e94b6a01292b
parent37b32c6faf0e0e40c65c1014df7527ececdd3f9a
iscsi-target: kstrtou* configfs attribute parameter cleanups

This patch includes the conversion of iscsi-target configfs
attributes for NetworkPortal, NodeACL, TPG, IQN and Discovery
groups to use kstrtou*() instead of simple_strtou*().

It also cleans up new-line usage during iscsi_tpg_param_store_##name
to use isspace().

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target_configfs.c