aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r--drivers/infiniband/core/uverbs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h
index e695f65328a..e54d9ac6d1c 100644
--- a/drivers/infiniband/core/uverbs.h
+++ b/drivers/infiniband/core/uverbs.h
@@ -80,13 +80,13 @@ struct ib_uverbs_device {
80 80
81struct ib_uverbs_event_file { 81struct ib_uverbs_event_file {
82 struct kref ref; 82 struct kref ref;
83 int is_async;
83 struct ib_uverbs_file *uverbs_file; 84 struct ib_uverbs_file *uverbs_file;
84 spinlock_t lock; 85 spinlock_t lock;
86 int is_closed;
85 wait_queue_head_t poll_wait; 87 wait_queue_head_t poll_wait;
86 struct fasync_struct *async_queue; 88 struct fasync_struct *async_queue;
87 struct list_head event_list; 89 struct list_head event_list;
88 int is_async;
89 int is_closed;
90}; 90};
91 91
92struct ib_uverbs_file { 92struct ib_uverbs_file {