Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333705
b: refs/heads/master
c: 466cab8
h: refs/heads/master
i:
  333703: 7320a5e
v: v3
  • Loading branch information
Lai Jiangshan authored and Al Viro committed Oct 10, 2012
1 parent 7eb5d44 commit 2ebedeb
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: 462e1e1bc879d10d7c2ce96a1b1001edaaa815ba
refs/heads/master: 466cab878ef98a0618734a1fa64a02e5fbf90867
2 changes: 1 addition & 1 deletion trunk/include/linux/lglock.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct lglock {
};

#define DEFINE_LGLOCK(name) \
DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \
static DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \
= __ARCH_SPIN_LOCK_UNLOCKED; \
struct lglock name = { .lock = &name ## _lock }

Expand Down

0 comments on commit 2ebedeb

Please sign in to comment.