[SCSI] bfa: Replace bfa_get_attr() with specific APIs
authorKrishna Gudipati <kgudipat@brocade.com>
Sat, 6 Mar 2010 03:37:57 +0000 (19:37 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 7 Mar 2010 07:37:00 +0000 (13:07 +0530)
bfa_ioc_attr_s is a big structure and some times could cause
stack overflow if defined locally, so add specific APIs that
are needed to replace the use of ioc_attr local var.

Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found