Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157350
b: refs/heads/master
c: be1d6a5
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Sep 7, 2009
1 parent 74f9845 commit e9c48e9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b6d9c25631e7c38dc7be220b04553068fb542683
refs/heads/master: be1d6a5f55b30042c57bdfbe7cb4761ed081def0
5 changes: 4 additions & 1 deletion trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,10 @@ static inline int security_key_getsecurity(struct key *key, char **_buffer)

static inline int security_key_session_to_parent(const struct cred *cred,
const struct cred *parent_cred,
struct key *key);
struct key *key)
{
return 0;
}

#endif
#endif /* CONFIG_KEYS */
Expand Down

0 comments on commit e9c48e9

Please sign in to comment.