diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-10-03 03:55:37 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 20:53:48 +0200 |
commit | 98d41c29a4b38c5b5e8ce5e13c4f3ac852615e0b (patch) | |
tree | 85f3d692de0b25f05febacb0f1985b3ade73181f /.gitignore | |
parent | [SCSI] advansys: Make sdtr_period_tbl a pointer (diff) | |
download | linux-98d41c29a4b38c5b5e8ce5e13c4f3ac852615e0b.tar.xz linux-98d41c29a4b38c5b5e8ce5e13c4f3ac852615e0b.zip |
[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc
board->carrp is a duplicate of asc_dvc->carrier_buf, so cut out the
middle-man and assign directly to carrier_buf. Move orig_reqp to adv_dvc
too, since it's wide-board specific. Also eliminate an unnecessary BUG_ON
(we'll never get there with a NULL carrier_buf, and will crash if we do).
The bulk of this patch is rearranging structures so everything's declared
in the right order.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions