commit | 64f1db38c65fa634f4aa21e0f70480a6b8b4d47c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun May 20 11:59:11 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jul 16 17:25:55 2012 -0700 |
tree | de8a6b08d9230ba7cb69a3c78174b351123747df | |
parent | cb4f4d3c7398a709b48d397e0520ee2509a953a4 [diff] |
target: remove control CDB flags We don't need three flags to classifiy the CDB as we can check for a NULL S/G list for a dataless command, and can infer from the absence of the data flag that we deal with a control CDB. Also remove the _SG_IO from the data CDB flag as all I/O is dont on S/G lists now. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>