Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147996
b: refs/heads/master
c: 5718607
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Jun 12, 2009
1 parent 6146c38 commit 98b616a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9f155a9b3d5a5444bcc5e049ec2547bb5107150e
refs/heads/master: 5718607bb670c721f45f0dbb1cc7d6c64969aab1
3 changes: 3 additions & 0 deletions trunk/fs/eventfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/anon_inodes.h>
#include <linux/eventfd.h>
#include <linux/syscalls.h>
#include <linux/module.h>

struct eventfd_ctx {
wait_queue_head_t wqh;
Expand Down Expand Up @@ -56,6 +57,7 @@ int eventfd_signal(struct file *file, int n)

return n;
}
EXPORT_SYMBOL_GPL(eventfd_signal);

static int eventfd_release(struct inode *inode, struct file *file)
{
Expand Down Expand Up @@ -197,6 +199,7 @@ struct file *eventfd_fget(int fd)

return file;
}
EXPORT_SYMBOL_GPL(eventfd_fget);

SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags)
{
Expand Down

0 comments on commit 98b616a

Please sign in to comment.