fcoe: Reduce fcoe_sysfs_fcf_add() stack usage
authorBart Van Assche <bvanassche@acm.org>
Wed, 14 Aug 2013 15:42:46 +0000 (15:42 +0000)
committerRobert Love <robert.w.love@intel.com>
Wed, 4 Sep 2013 21:14:21 +0000 (14:14 -0700)
commit1c2c1b4fbd413fd814807768d2aba9023722ed76
treedee7a87acd4deba4343d26a9e8e285a12bb7c1ef
parent465b87bfe96a5b257804fd89aa982319e8c58064
fcoe: Reduce fcoe_sysfs_fcf_add() stack usage

This patch fixes the following compiler warning:

drivers/scsi/fcoe/fcoe_ctlr.c: In function fcoe_sysfs_fcf_add:
drivers/scsi/fcoe/fcoe_ctlr.c:211:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
drivers/scsi/fcoe/fcoe_ctlr.c