Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233207
b: refs/heads/master
c: 795abaf
h: refs/heads/master
i:
  233205: c602e3b
  233203: c676d08
  233199: 2353286
v: v3
  • Loading branch information
David Miller authored and Linus Torvalds committed Feb 14, 2011
1 parent 5b594fa commit 1e478a3
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: 091994cfb8e7d7a372c2d547778a91012d899e16
refs/heads/master: 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
2 changes: 1 addition & 1 deletion trunk/include/linux/klist.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct klist {
struct list_head k_list;
void (*get)(struct klist_node *);
void (*put)(struct klist_node *);
} __attribute__ ((aligned (4)));
} __attribute__ ((aligned (sizeof(void *))));

#define KLIST_INIT(_name, _get, _put) \
{ .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \
Expand Down

0 comments on commit 1e478a3

Please sign in to comment.