IB: Ensure that all rdma_ah_attr's are zero initialized
authorParav Pandit <parav@mellanox.com>
Wed, 13 Jun 2018 07:22:02 +0000 (10:22 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 18 Jun 2018 17:11:26 +0000 (11:11 -0600)
commitfb51eecaa523c909cdc6240d3e9b8bfc74e7a888
tree032ef944c2a626ca878c9d91e29194de1626f382
parent0c271c433ca2f481ccf5e9a5645a2ec071188c19
IB: Ensure that all rdma_ah_attr's are zero initialized

Since we are adding some new fields to this structure it is safest if all
users reliably initialize the struct to zero.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/core/uverbs_cmd.c