Re: [PATCH] SCSI: fcoe: remove unneeded fcoe_ctlr_destroy_store export

2019-01-28 Thread Martin K. Petersen
Greg, > There's no need to export fcoe_ctlr_destroy_store as a symbol, so remove > the EXPORT_SYMBOL() line for it. Applied to 5.1/scsi-queue, thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] SCSI: fcoe: remove unneeded fcoe_ctlr_destroy_store export

2019-01-23 Thread Hannes Reinecke
On 1/22/19 3:28 PM, Greg Kroah-Hartman wrote: There's no need to export fcoe_ctlr_destroy_store as a symbol, so remove the EXPORT_SYMBOL() line for it. Cc: Johannes Thumshirn Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/fcoe/fcoe_tr

[PATCH] SCSI: fcoe: remove unneeded fcoe_ctlr_destroy_store export

2019-01-22 Thread Greg Kroah-Hartman
There's no need to export fcoe_ctlr_destroy_store as a symbol, so remove the EXPORT_SYMBOL() line for it. Cc: Johannes Thumshirn Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/fcoe/fcoe_transport.c | 1 - 1 file changed, 1 deletion(-) d