]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target/fileio: Fix zero-length READ and WRITE handling
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 4 May 2017 22:50:47 +0000 (15:50 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 7 May 2017 23:05:16 +0000 (16:05 -0700)
commit59ac9c078141b8fd0186c0b18660a1b2c24e724e
treeddcc5cb10b39a96d34856e1c8c843f4ca393ea5d
parent25e78531268e9240fc594ce76587601b873d37c9
target/fileio: Fix zero-length READ and WRITE handling

This patch fixes zero-length READ and WRITE handling in target/FILEIO,
which was broken a long time back by:

Since:

  commit d81cb44726f050d7cf1be4afd9cb45d153b52066
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   Mon Sep 17 16:36:11 2012 -0700

      target: go through normal processing for all zero-length commands

which moved zero-length READ and WRITE completion out of target-core,
to doing submission into backend driver code.

To address this, go ahead and invoke target_complete_cmd() for any
non negative return value in fd_do_rw().

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Andy Grover <agrover@redhat.com>
Cc: David Disseldorp <ddiss@suse.de>
Cc: <stable@vger.kernel.org> # v3.7+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_file.c