Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87853
b: refs/heads/master
c: f6d107f
h: refs/heads/master
i:
  87851: 53b04ea
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Mar 27, 2008
1 parent 5422299 commit 400db64
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: ee20a0dd5400e771ff93eb7f2bcc731eab1f377e
refs/heads/master: f6d107fb10def502522b10bfb7af9533afbb8274
4 changes: 2 additions & 2 deletions trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@ static struct file_system_type futex_fs_type = {
.kill_sb = kill_anon_super,
};

static int __init init(void)
static int __init futex_init(void)
{
u32 curval;
int i;
Expand Down Expand Up @@ -2194,4 +2194,4 @@ static int __init init(void)

return 0;
}
__initcall(init);
__initcall(futex_init);

0 comments on commit 400db64

Please sign in to comment.