]> git.karo-electronics.de Git - linux-beck.git/commit
target: Do not return 0 from aptpl and alua configfs store functions
authorAndy Grover <agrover@redhat.com>
Thu, 9 Jul 2015 16:56:48 +0000 (09:56 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 24 Jul 2015 06:40:01 +0000 (23:40 -0700)
commit9105bfc038ca5a506404ce37cd3c0e85f76351e3
tree8305c3941716f78b6b7c46cbac6f1afa1a13f720
parentbc1a7d6aff763ea29db6319185327f86b0fe93b6
target: Do not return 0 from aptpl and alua configfs store functions

Here are some more instances where we are returning 0 from a configfs
store function, the unintended result of which is likely infinite retries
from userspace.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_configfs.c