Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54613
b: refs/heads/master
c: e386979
h: refs/heads/master
i:
  54611: 0e2531d
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed May 8, 2007
1 parent dbaf265 commit 921a5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 880ebdc5166aa6a0aa2a3218357a3d6e0eebcec8
refs/heads/master: e3869792990f708c97be5877499cada70d469bd3
3 changes: 2 additions & 1 deletion trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/hash.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/stddef.h>
#include <linux/module.h>
#include <linux/moduleloader.h>
#include <linux/kallsyms.h>
Expand Down Expand Up @@ -912,7 +913,7 @@ static int __kprobes debugfs_kprobe_init(void)
if (!dir)
return -ENOMEM;

file = debugfs_create_file("list", 0444, dir , 0 ,
file = debugfs_create_file("list", 0444, dir, NULL,
&debugfs_kprobes_operations);
if (!file) {
debugfs_remove(dir);
Expand Down

0 comments on commit 921a5f5

Please sign in to comment.