commit | 6ceb6331b3291694fb6ceba625219f51447c3fa2 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Mon Sep 03 20:18:03 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Sep 05 15:59:06 2018 -0600 |
tree | 41854f0c838fcb1b6787a8e6d0b6ea7cc9a3ee11 | |
parent | 12d6f669717d8f1b7de5cb7409c362fd8a4f1d2d [diff] |
RDMA/uverbs: Declare closing variable as boolean The "closing" variable is used as boolean and set to "true" in one place, update the declaration of that variable and their other assignment to proper type. Fixes: e951747a087a ("IB/uverbs: Rework the locking for cleaning up the ucontext") Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>