| commit | 238f9b063dcc9f23493a0d3fecca29fe332d4905 | [log] [tgz] |
|---|---|---|
| author | Christoph Hellwig <hch@lst.de> | Tue Nov 29 21:36:16 2005 +0100 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Nov 29 13:03:01 2005 -0800 |
| tree | a2ddb44e978ade378774290a4fb697a232a890b6 | |
| parent | 238f58d898df941aa9d1cb390fb27ff4febe8965 [diff] |
[PATCH] fix megaraid.c locking
This fixes locking in megaraid.c, namely:
(1) make sure megaraid_queue release the adapter lock by changing the
code to have a single return
(2) remove the errornous scsi_assign_lock call
Testing by Burton Windle.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Burton Windle <bwindle@fint.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>