commit | fd59015d68ee5bb0397a13cc02dbce9525f7c593 | [log] [tgz] |
---|---|---|
author | Parav Pandit <parav@mellanox.com> | Thu Mar 29 13:26:32 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Mar 29 13:54:20 2018 -0600 |
tree | 6a1d141b3ec49262e7cc8aa08752a13c2b63d120 | |
parent | 6f57c933a49afb30d987f0ba7db4f52452f7d638 [diff] |
IB/addr: Constify dst_entry pointer Make dst_entry pointer as const struct dst_entry* to improve code readablity to make sure that dst structure fields are not modified by various functions which are using it. Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>