commit | ad7babd23726b442b0b5fd92d8bd0611af5e5d6a | [log] [tgz] |
---|---|---|
author | Jörn Engel <joern@logfs.org> | Wed Jul 03 11:35:11 2013 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Jul 07 18:36:51 2013 -0700 |
tree | 4c5d45a59fe63244fa796135e766e94b6a01292b | |
parent | 37b32c6faf0e0e40c65c1014df7527ececdd3f9a [diff] |
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>