Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106032
b: refs/heads/master
c: b81f3ea
h: refs/heads/master
v: v3
  • Loading branch information
Vegard Nossum authored and Linus Torvalds committed Jul 25, 2008
1 parent 732772b commit 8a88e14
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9b0975a20af1ff2f367e3b6b7c150eb114c6b500
refs/heads/master: b81f3ea92ba1fa676775677679889dc2a7f03c8b
2 changes: 1 addition & 1 deletion trunk/kernel/taskstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
#define TASKSTATS_CPUMASK_MAXLEN (100+6*NR_CPUS)

static DEFINE_PER_CPU(__u32, taskstats_seqnum) = { 0 };
static DEFINE_PER_CPU(__u32, taskstats_seqnum);
static int family_registered;
struct kmem_cache *taskstats_cache;

Expand Down

0 comments on commit 8a88e14

Please sign in to comment.