John Heffner d2e9117c7a [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 <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:49:01 -07:00
..
2007-04-26 20:42:51 -07:00
2007-10-10 16:47:49 -07:00
2007-10-10 16:48:36 -07:00
2007-07-16 09:05:45 -07:00
2007-02-10 23:19:25 -08:00