linux-stable/drivers/scsi/lpfc
Tomas Henzl 474ffb74c7 [SCSI] lpfc: lower stack use in lpfc_fc_frame_check
according to checkstack the lpfc_fc_frame_check occupies the first
place in stack usage:

make checkstack
objdump -d vmlinux $(find . -name '*.ko') | \
	perl /root/rpmbuild/BUILD/kernel-2.6.32/linux-2.6.32.x86_64/scripts/checkstack.pl x86_64
0x000013f4 lpfc_fc_frame_check [lpfc]:			1936
...
This change makes the rctl_names static, thus not on stack.

Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Acked-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2011-01-03 10:34:15 -06:00
..
lpfc.h [SCSI] lpfc 8.3.19: Added support for ELS RRQ command 2010-12-21 12:24:01 -06:00
lpfc_attr.c [SCSI] lpfc 8.3.19: Change heartbeat to default to disabled 2010-12-21 12:24:01 -06:00
lpfc_bsg.c [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_bsg.h
lpfc_compat.h [SCSI] lpfc 8.3.16: SLI Additions, updates, and code cleanup 2010-08-06 12:09:24 -05:00
lpfc_crtn.h [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_ct.c [SCSI] lpfc 8.3.19: Add SLI4 FC Discovery support 2010-12-21 12:23:59 -06:00
lpfc_debugfs.c
lpfc_debugfs.h
lpfc_disc.h [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_els.c [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_hbadisc.c [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_hw.h [SCSI] lpfc 8.3.19: Added support for ELS RRQ command 2010-12-21 12:24:01 -06:00
lpfc_hw4.h [SCSI] lpfc 8.3.20: Implement new SLI4 init procedures based on if_type 2010-12-21 12:37:23 -06:00
lpfc_init.c [SCSI] lpfc 8.3.20: Implement new SLI4 init procedures based on if_type 2010-12-21 12:37:23 -06:00
lpfc_logmsg.h [SCSI] lpfc 8.3.19: Fix critical errors and crashes 2010-12-21 12:23:58 -06:00
lpfc_mbox.c [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_mem.c [SCSI] lpfc 8.3.19: Added support for ELS RRQ command 2010-12-21 12:24:01 -06:00
lpfc_nl.h
lpfc_nportdisc.c [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_scsi.c [SCSI] lpfc 8.3.19: Added support for ELS RRQ command 2010-12-21 12:24:01 -06:00
lpfc_scsi.h
lpfc_sli.c [SCSI] lpfc: lower stack use in lpfc_fc_frame_check 2011-01-03 10:34:15 -06:00
lpfc_sli.h [SCSI] lpfc 8.3.20: Implement the FC and SLI async event handlers 2010-12-21 12:37:20 -06:00
lpfc_sli4.h [SCSI] lpfc 8.3.20: Updates to FC discovery commands 2010-12-21 12:37:24 -06:00
lpfc_version.h [SCSI] lpfc 8.3.20: Update lpfc driver version to 8.3.20 2010-12-21 12:37:25 -06:00
lpfc_vport.c [SCSI] lpfc 8.3.19: Add SLI4 FC Discovery support 2010-12-21 12:23:59 -06:00
lpfc_vport.h
Makefile