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-07-10 22:16:43 -07:00
2007-07-31 02:28:27 -07:00
2006-12-02 21:22:55 -08:00
2007-07-10 12:41:08 -04:00
2007-07-12 16:07:24 -04:00
2007-07-10 22:15:41 -07:00
2006-09-28 18:01:06 -07:00
2006-12-02 21:23:41 -08:00
2007-10-10 16:48:32 -07:00
2006-03-20 22:59:36 -08:00
2007-10-10 16:48:53 -07:00
2006-12-02 21:22:52 -08:00
2007-10-07 23:44:17 -07:00
2007-07-10 22:19:04 -07:00
2007-07-17 10:23:03 -07:00
2007-06-07 13:40:50 -07:00
2007-10-10 16:47:46 -07:00