Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106016
b: refs/heads/master
c: 081e4c8
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Jul 25, 2008
1 parent 2f15527 commit 09972fb
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: 49b5cf34727a6c1be1568ab28e89a2d9a6bf51e0
refs/heads/master: 081e4c8a75692c21f3a119a81ca3270081879d0e
4 changes: 2 additions & 2 deletions trunk/kernel/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static void do_acct_process(struct pid_namespace *ns, struct file *);
* can be placed in the same cache line as the lock. This primes
* the cache line to have the data after getting the lock.
*/
struct acct_glbs {
struct bsd_acct_struct {
spinlock_t lock;
volatile int active;
volatile int needcheck;
Expand All @@ -91,7 +91,7 @@ struct acct_glbs {
struct timer_list timer;
};

static struct acct_glbs acct_globals __cacheline_aligned =
static struct bsd_acct_struct acct_globals __cacheline_aligned =
{__SPIN_LOCK_UNLOCKED(acct_globals.lock)};

/*
Expand Down

0 comments on commit 09972fb

Please sign in to comment.