commit | 66bbe0ce11c7ebe20cd1d4b5d271b2e124e223c5 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Dec 13 12:43:39 2007 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:28:48 2008 -0600 |
tree | db86d9d61e12ba37298ebaa092a81076aff643b0 | |
parent | 4cd49ea1330c946db00a28819b766062716aa857 [diff] |
[SCSI] iscsi_tcp: enable sg chaining The previous patches converted iscsi_tcp to support sg chaining. This patch sets the proper flags and sets sg_table size to 4096. This allows fs io to be capped at max_sectors, but passthrough IO to be limited by some other part of the kernel. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>