summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBryant G. Ly <bgly@us.ibm.com>2017-01-09 10:21:20 -0600
committerBart Van Assche <bart.vanassche@sandisk.com>2017-01-10 09:32:14 -0800
commit7c9d8d0c41b3e24473ac7648a7fc2d644ccf08ff (patch)
tree366545a3f761df00cf51ccf893bf027f7d2f8bf6 /tools
parent87156518da94a696f2b27ab8945d531af2f1d339 (diff)
ibmvscsis: Fix srp_transfer_data fail return code
If srp_transfer_data fails within ibmvscsis_write_pending, then the most likely scenario is that the client timed out the op and removed the TCE mapping. Thus it will loop forever retrying the op that is pretty much guaranteed to fail forever. A better return code would be EIO instead of EAGAIN. Cc: stable@vger.kernel.org Reported-by: Steven Royer <seroyer@linux.vnet.ibm.com> Tested-by: Steven Royer <seroyer@linux.vnet.ibm.com> Signed-off-by: Bryant G. Ly <bgly@us.ibm.com> Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
x fast-path race with cpuset update or removal mm, page_alloc: fix check for NULL preferred_zone kernel/panic.c: add missing \n fbdev: color map copying bounds checking frv: add atomic64_add_unless() mm/mempolicy.c: do not put mempolicy before using its nodemask radix-tree: fix private list warnings Documentation/filesystems/proc.txt: add VmPin mm, memcg: do not retry precharge charges proc: add a schedule point in proc_pid_readdir() mm: alloc_contig: re-allow CMA to compact FS pages mm/slub.c: trace free objects at KERN_INFO ...
Diffstat (limited to 'tools/perf/util/dwarf-regs.c')