Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16343
b: refs/heads/master
c: 1ae8f40
h: refs/heads/master
i:
  16341: 565ed77
  16339: 4ae280c
  16335: 969de83
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 6, 2006
1 parent 31403b8 commit a3314a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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: 8d9067bda99c68e1a17d93e78cf3a5a3f67e0c35
refs/heads/master: 1ae8f40767a3afc6244719a2c8fbcf546767d5b0
1 change: 0 additions & 1 deletion trunk/security/keys/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#define kdebug(FMT, a...) do {} while(0)
#endif

extern struct key_type key_type_dead;
extern struct key_type key_type_user;

/*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/keys/key.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static DECLARE_WORK(key_cleanup_task, key_cleanup, NULL);
DECLARE_RWSEM(key_construction_sem);

/* any key who's type gets unegistered will be re-typed to this */
struct key_type key_type_dead = {
static struct key_type key_type_dead = {
.name = "dead",
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/keys/keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct key_type key_type_keyring = {
* semaphore to serialise link/link calls to prevent two link calls in parallel
* introducing a cycle
*/
DECLARE_RWSEM(keyring_serialise_link_sem);
static DECLARE_RWSEM(keyring_serialise_link_sem);

/*****************************************************************************/
/*
Expand Down

0 comments on commit a3314a5

Please sign in to comment.