From: Andy Grover Date: Fri, 26 Apr 2013 18:09:03 +0000 (-0700) Subject: target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio X-Git-Tag: v3.10-rc2~21^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e84cda321703b123f36488f50700f371bc7230;p=pandora-kernel.git 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 Signed-off-by: Andy Grover Cc: Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed