diff options
author | Zachary Amsden <zach@vmware.com> | 2007-04-10 15:53:08 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-04-18 00:04:20 +0200 |
commit | 1079a2d251f24a7d9e7576217f5f738bc4218337 (patch) | |
tree | 657af3b24dd40d413c659c7aac212907a6127c80 /block | |
parent | [SCSI] tgt: fix rdma transfer bugs (diff) | |
download | linux-1079a2d251f24a7d9e7576217f5f738bc4218337.tar.xz linux-1079a2d251f24a7d9e7576217f5f738bc4218337.zip |
[SCSI] BusLogic: stop using check_region
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region instead and check the error result; free region if
setup fails. Should be functionally identical to the original except for
fixing the potential race.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions