]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: remove memset in connect io q
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 15 Jun 2021 02:45:54 +0000 (19:45 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 13:51:19 +0000 (15:51 +0200)
commit3a753fd6e1ba534de05d195b2a27770cd3cee38d
treee7f327568ecb3f11f55abaa2083c3e687282595a
parent96497a487d4d31bde4f88fd96a3201c1a526970c
nvme-fabrics: remove memset in connect io q

Declare and initialize structure variable to the zero values so that we
can get rid of the zeroout memset call.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fabrics.c