Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100403
b: refs/heads/master
c: 70b028b
h: refs/heads/master
i:
  100401: 73c64c5
  100399: 7f8bf2f
v: v3
  • Loading branch information
Jonathan Corbet committed Jul 2, 2008
1 parent 4fda712 commit ff8553d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dda6445e219b5d1fd67e9426ce8d23f8fbfaaf66
refs/heads/master: 70b028b7ea94f1b36c61f3ee1c921cc3a87812e6
2 changes: 2 additions & 0 deletions trunk/drivers/char/ipmi/ipmi_devintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ static int ipmi_fasync(int fd, struct file *file, int on)
struct ipmi_file_private *priv = file->private_data;
int result;

lock_kernel(); /* could race against open() otherwise */
result = fasync_helper(fd, file, on, &priv->fasync_queue);
unlock_kernel();

return (result);
}
Expand Down

0 comments on commit ff8553d

Please sign in to comment.