[PATCH 0/3] scsi: bnx2fc: simplify allocation

Rosen Penev posted 3 patches 1 month, 2 weeks ago
drivers/scsi/bnx2fc/bnx2fc.h      | 10 ++---
drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 14 +-----
drivers/scsi/bnx2fc/bnx2fc_io.c   | 73 +++++--------------------------
3 files changed, 18 insertions(+), 79 deletions(-)
[PATCH 0/3] scsi: bnx2fc: simplify allocation
Posted by Rosen Penev 1 month, 2 weeks ago
Use flexible array members to combine allocations and simplify freeing.

Rosen Penev (3):
  scsi: bnx2fc: simplify allocation of cmgr
  scsi: bnx2fc: no double pointer for io_bdt_pool
  scsi: bnx2fc: tgt_ofld_list to FAM

 drivers/scsi/bnx2fc/bnx2fc.h      | 10 ++---
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 14 +-----
 drivers/scsi/bnx2fc/bnx2fc_io.c   | 73 +++++--------------------------
 3 files changed, 18 insertions(+), 79 deletions(-)

--
2.54.0