Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86211
b: refs/heads/master
c: de4fc64
h: refs/heads/master
i:
  86209: 5c02812
  86207: cfedb2e
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Feb 24, 2008
1 parent 5939d48 commit 4c864ab
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: 094972840f2e7c1c6fc9e1a97d817cc17085378e
refs/heads/master: de4fc64f0f2a4efbaad3e7c1e1e05a28f69b45e5
4 changes: 2 additions & 2 deletions trunk/kernel/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ struct marker_entry {
int refcount; /* Number of times armed. 0 if disarmed. */
struct rcu_head rcu;
void *oldptr;
char rcu_pending:1;
char ptype:1;
unsigned char rcu_pending:1;
unsigned char ptype:1;
char name[0]; /* Contains name'\0'format'\0' */
};

Expand Down

0 comments on commit 4c864ab

Please sign in to comment.