diff --git a/[refs] b/[refs] index 44ae5dd9757e..c9a1c50d4fbd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6d9c25631e7c38dc7be220b04553068fb542683 +refs/heads/master: be1d6a5f55b30042c57bdfbe7cb4761ed081def0 diff --git a/trunk/include/linux/security.h b/trunk/include/linux/security.h index f4eb32d5b890..10a09257952b 100644 --- a/trunk/include/linux/security.h +++ b/trunk/include/linux/security.h @@ -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 */