Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98265
b: refs/heads/master
c: fb77bce
h: refs/heads/master
i:
  98263: f9f0cfa
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Jun 18, 2008
1 parent e0b464c commit c207e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 24797a344293601f14f49e2d259c3ca447c4f802
refs/heads/master: fb77bcef9f7be78e3e11543cb5abbcb1b1fac53e
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/uverbs_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static void ib_uverbs_async_handler(struct ib_uverbs_file *file,
unsigned long flags;

spin_lock_irqsave(&file->async_file->lock, flags);
if (!file->async_file->is_closed) {
if (file->async_file->is_closed) {
spin_unlock_irqrestore(&file->async_file->lock, flags);
return;
}
Expand Down

0 comments on commit c207e36

Please sign in to comment.