Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184947
b: refs/heads/master
c: 830a387
h: refs/heads/master
i:
  184945: f68199c
  184943: 20f0af6
v: v3
  • Loading branch information
Alexander Chiang authored and Roland Dreier committed Feb 24, 2010
1 parent abb7e4a commit 798b07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d6a0e71eec5886f2511632a38f28f1ed7794d70
refs/heads/master: 830a38713816fb1f0d05efc339bf41e91ac74379
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/core/uverbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ struct ib_uverbs_device {

struct ib_uverbs_event_file {
struct kref ref;
int is_async;
struct ib_uverbs_file *uverbs_file;
spinlock_t lock;
int is_closed;
wait_queue_head_t poll_wait;
struct fasync_struct *async_queue;
struct list_head event_list;
int is_async;
int is_closed;
};

struct ib_uverbs_file {
Expand Down

0 comments on commit 798b07d

Please sign in to comment.