Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157348
b: refs/heads/master
c: 945af7c
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Sep 7, 2009
1 parent bb194f8 commit 4efdf3e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 6c1488fd581a447ec87c4b59f0d33f95f0aa441b
refs/heads/master: 945af7c3289c26c9070d6b1bf3ca759d36643e0b
6 changes: 4 additions & 2 deletions trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -2309,8 +2309,10 @@ static inline int security_task_create(unsigned long clone_flags)
return 0;
}

static inline void security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
{ }
static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
{
return 0;
}

static inline void security_cred_free(struct cred *cred)
{ }
Expand Down

0 comments on commit 4efdf3e

Please sign in to comment.