|
@@ -120,7 +120,7 @@ ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,
|
|
rcu_read_lock();
|
|
rcu_read_lock();
|
|
ucontext->tgid = get_task_pid(current->group_leader, PIDTYPE_PID);
|
|
ucontext->tgid = get_task_pid(current->group_leader, PIDTYPE_PID);
|
|
rcu_read_unlock();
|
|
rcu_read_unlock();
|
|
- ucontext->closing = 0;
|
|
|
|
|
|
+ ucontext->closing = false;
|
|
ucontext->cleanup_retryable = false;
|
|
ucontext->cleanup_retryable = false;
|
|
|
|
|
|
#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
|
|
#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
|