From: Ying Xue Date: Mon, 2 Mar 2015 07:37:48 +0000 (+0800) Subject: net: Remove iocb argument from sendmsg and recvmsg X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~376^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b784140474e4fc94281a49e96c67d29df0efbde;p=pandora-kernel.git net: Remove iocb argument from sendmsg and recvmsg After TIPC doesn't depend on iocb argument in its internal implementations of sendmsg() and recvmsg() hooks defined in proto structure, no any user is using iocb argument in them at all now. Then we can drop the redundant iocb argument completely from kinds of implementations of both sendmsg() and recvmsg() in the entire networking stack. Cc: Christoph Hellwig Suggested-by: Al Viro Signed-off-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed