nvmet-tcp: remove has_keyed_sgls initialization
authorMax Gurtovoy <maxg@mellanox.com>
Tue, 2 Jun 2020 13:15:45 +0000 (16:15 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2020 14:16:17 +0000 (16:16 +0200)
commit4e102559725683a4bf7240db8ed12b6b64cfccbf
tree6eb4de2d3135a00beec5d4a91c474800287dbb30
parentb261b61c9e03ddf21464cda777a2457113b118be
nvmet-tcp: remove has_keyed_sgls initialization

Since the nvmet_tcp_ops is static, there is no need to initialize values
to zero.

Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Israel Rukshin <israelr@mellanox.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/tcp.c