diff options
| author | John Heffner <[email protected]> | 2007-09-12 08:44:19 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2007-10-10 23:49:01 +0000 |
| commit | d2e9117c7aa9544d910634e17e3519fd67155229 (patch) | |
| tree | 531507ed5d2031fa80775036fec1b57584a236cb /net/unix/af_unix.c | |
| parent | [NET] Cleanup: Use sock_owned_by_user() macro (diff) | |
| download | kernel-d2e9117c7aa9544d910634e17e3519fd67155229.tar.gz kernel-d2e9117c7aa9544d910634e17e3519fd67155229.zip | |
[NET]: Change type of owner in sock_lock_t to int, rename
The type of owner in sock_lock_t is currently (struct sock_iocb *),
presumably for historical reasons. It is never used as this type, only
tested as NULL or set to (void *)1. For clarity, this changes it to type
int, and renames to owned, to avoid any possible type casting errors.
Signed-off-by: John Heffner <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
