Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223798
b: refs/heads/master
c: deb7a41
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney committed Nov 30, 2010
1 parent 88797ed commit 5e317d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: e940cc804ec212e483f91167b93d1740c2fd3415
refs/heads/master: deb7a41815a8a32d4f9ea2af7a48ed1175222cec
8 changes: 4 additions & 4 deletions trunk/kernel/rcutree_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static const struct file_operations rcu_pending_fops = {

static struct dentry *rcudir;

static int __init rcuclassic_trace_init(void)
static int __init rcutree_trace_init(void)
{
struct dentry *retval;

Expand Down Expand Up @@ -337,14 +337,14 @@ static int __init rcuclassic_trace_init(void)
return 1;
}

static void __exit rcuclassic_trace_cleanup(void)
static void __exit rcutree_trace_cleanup(void)
{
debugfs_remove_recursive(rcudir);
}


module_init(rcuclassic_trace_init);
module_exit(rcuclassic_trace_cleanup);
module_init(rcutree_trace_init);
module_exit(rcutree_trace_cleanup);

MODULE_AUTHOR("Paul E. McKenney");
MODULE_DESCRIPTION("Read-Copy Update tracing for hierarchical implementation");
Expand Down

0 comments on commit 5e317d9

Please sign in to comment.