internal.h (da733563be5a9da26fe81d9f007262d00b846e22) internal.h (9f6ed2ca257fa8650b876377833e6f14e272848b)
1/* Authentication token and access key management internal defs
2 *
3 * Copyright (C) 2003-5, 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 19 unchanged lines hidden (view full) ---

28#define kleave(FMT, ...) \
29 no_printk(KERN_DEBUG "<== %s()"FMT"\n", __func__, ##__VA_ARGS__)
30#define kdebug(FMT, ...) \
31 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
32#endif
33
34extern struct key_type key_type_dead;
35extern struct key_type key_type_user;
1/* Authentication token and access key management internal defs
2 *
3 * Copyright (C) 2003-5, 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 19 unchanged lines hidden (view full) ---

28#define kleave(FMT, ...) \
29 no_printk(KERN_DEBUG "<== %s()"FMT"\n", __func__, ##__VA_ARGS__)
30#define kdebug(FMT, ...) \
31 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
32#endif
33
34extern struct key_type key_type_dead;
35extern struct key_type key_type_user;
36extern struct key_type key_type_logon;
36
37/*****************************************************************************/
38/*
39 * Keep track of keys for a user.
40 *
41 * This needs to be separate to user_struct to avoid a refcount-loop
42 * (user_struct pins some keyrings which pin this struct).
43 *

--- 207 unchanged lines hidden ---
37
38/*****************************************************************************/
39/*
40 * Keep track of keys for a user.
41 *
42 * This needs to be separate to user_struct to avoid a refcount-loop
43 * (user_struct pins some keyrings which pin this struct).
44 *

--- 207 unchanged lines hidden ---