From: John Heffner Date: Wed, 12 Sep 2007 08:44:19 +0000 (+0200) Subject: [NET]: Change type of owner in sock_lock_t to int, rename X-Git-Tag: v2.6.24-rc1~1454^2~708 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e9117c7aa9544d910634e17e3519fd67155229;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed