commit | 84e203a279d3de1c8a41a73ab45e55a89bc19345 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Nov 29 23:08:31 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Dec 13 18:11:33 2005 -0700 |
tree | 3015ec3496d9e8ed0dceb5beea5ec28ede6f1a0d | |
parent | 760c9de589175f5285668d17825c259aec08370c [diff] |
[SCSI] sym2: Manage sym_lcb properly Allocate the lcb in slave_alloc and free it in slave_destroy. This allows us to remove all the code that checks to see if it's already been allocated. From: Christoph Hellwig <hch@lst.de> Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>