]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/target/target_core_file.c
target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio
authorAndy Grover <agrover@redhat.com>
Fri, 26 Apr 2013 18:09:03 +0000 (11:09 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 3 May 2013 23:44:24 +0000 (16:44 -0700)
commite3e84cda321703b123f36488f50700f371bc7230
treeb20e3928b2e639c0e4d7c6a593e18212b91c493e
parent2acd09f3232825a0e95134703ec59bc327ef9967
target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio

We can still see the error reported in

https://patchwork.kernel.org/patch/2338981/

when using fileio backed by a block device.

I'm assuming this will get us past that error (from sbc_parse_cdb),
and also assuming it's OK to have our max_sectors be larger than
the block's queue max hw sectors?

Reported-by: Eric Harney <eharney@redhat.com>
Signed-off-by: Andy Grover <agrover@redhat.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_file.c