Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286541
b: refs/heads/master
c: 456a816
h: refs/heads/master
i:
  286539: ccfbb44
v: v3
  • Loading branch information
David Howells authored and James Morris committed Jan 19, 2012
1 parent 67dfc2b commit c677113
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: f6b24579d099ebb67f39cd7924a72a7eec0ce6ae
refs/heads/master: 456a8167e94b66f406c27400a46a707b870452b0
2 changes: 1 addition & 1 deletion trunk/include/linux/key.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ extern int keyring_add_key(struct key *keyring,

extern struct key *key_lookup(key_serial_t id);

static inline key_serial_t key_serial(struct key *key)
static inline key_serial_t key_serial(const struct key *key)
{
return key ? key->serial : 0;
}
Expand Down

0 comments on commit c677113

Please sign in to comment.