On Mon, Sep 03, 2018 at 08:18:03PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > 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@xxxxxxxxxxxx> > --- > drivers/infiniband/core/uverbs_cmd.c | 2 +- > include/rdma/ib_verbs.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to for-next, thanks Jason