projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f966be
)
KEYS: fix macro
author
Sebastian Siewior
<
[email protected]
>
Tue, 8 Jan 2008 23:32:47 +0000
(15:32 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 Jan 2008 00:10:35 +0000
(16:10 -0800)
Commit
664cceb0093b755739e56572b836a99104ee8a75
changed the parameters of
the function make_key_ref(). The macros that are used in case CONFIG_KEY
is not defined did not change.
Cc: David Howells <
[email protected]
>
Signed-off-by: Sebastian Siewior <
[email protected]
>
Acked-by: David Howells <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/key.h
patch
|
blob
|
history
diff --git
a/include/linux/key.h
b/include/linux/key.h
index fcdbd5ed227b56ce486b09fb76f3ef1052f364b6..a70b8a8f20058c60a5bc6916deeaceda5040ea6e 100644
(file)
--- a/
include/linux/key.h
+++ b/
include/linux/key.h
@@
-290,7
+290,7
@@
extern void key_init(void);
#define key_get(k) ({ NULL; })
#define key_put(k) do { } while(0)
#define key_ref_put(k) do { } while(0)
-#define make_key_ref(k
)
({ NULL; })
+#define make_key_ref(k
, p)
({ NULL; })
#define key_ref_to_ptr(k) ({ NULL; })
#define is_key_possessed(k) 0
#define alloc_uid_keyring(u,c) 0