commit | 44f30b0f59d628eb6f57cfa9d8ab06da670e5306 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Nov 29 23:08:33 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Dec 13 18:11:39 2005 -0700 |
tree | 2d272ce9c67c8b18685eb3828f10734b6a372f7d | |
parent | 84e203a279d3de1c8a41a73ab45e55a89bc19345 [diff] |
[SCSI] sym2: Remove code to handle DMA_BIDIRECTION requests The upper layer doesn't send these down since 2.4.x (or 2.6 in practice), so no need to handle it. Inline sym_setup_data_pointers into its only caller so we can fail gracefully in the case we'd get one neverless. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>