RDMA/uverbs: Remove is_closed from ib_uverbs_file
authorJason Gunthorpe <jgg@mellanox.com>
Sun, 16 Sep 2018 17:37:38 +0000 (20:37 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 19 Sep 2018 16:07:05 +0000 (10:07 -0600)
commit6ebce44746036c923d0c255672735399192467c3
treeaa8c86ae34938a23fb9512e2cefec8d8273986ad
parent9a59739bd01f77db6fbe2955a4fce165f0f43568
RDMA/uverbs: Remove is_closed from ib_uverbs_file

This does nothing but indicate if the uverbs_file is in the device's list,
use list_del_init instead.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/core/uverbs.h
drivers/infiniband/core/uverbs_main.c