Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75374
b: refs/heads/master
c: 11a5715
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Jan 11, 2008
1 parent 002b302 commit d61b706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 2997c8c4a0b179e8b834a7f30ba4323f2c60ccf4
refs/heads/master: 11a57153e3377ffdf8cfca2eda9a99063f66b957
12 changes: 1 addition & 11 deletions trunk/block/blktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void __blk_add_trace(struct blk_trace *bt, sector_t sector, int bytes,
EXPORT_SYMBOL_GPL(__blk_add_trace);

static struct dentry *blk_tree_root;
static struct mutex blk_tree_mutex;
static DEFINE_MUTEX(blk_tree_mutex);
static unsigned int root_users;

static inline void blk_remove_root(void)
Expand Down Expand Up @@ -504,13 +504,3 @@ void blk_trace_shutdown(struct request_queue *q)
blk_trace_remove(q);
}
}

static __init int blk_trace_init(void)
{
mutex_init(&blk_tree_mutex);

return 0;
}

module_init(blk_trace_init);

0 comments on commit d61b706

Please sign in to comment.