switch l2cap ->memcpy_fromiovec() to msghdr
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 24 Nov 2014 21:44:09 +0000 (16:44 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Dec 2014 21:28:23 +0000 (16:28 -0500)
commit56c39fb67cdb665ae67fba4975f5e20e6614cda6
treed28b2a45a5892284bd8a11f97387f94002008599
parentf4362a2c9524678f0459cf410403f8595e5cfce5
switch l2cap ->memcpy_fromiovec() to msghdr

it'll die soon enough - now that kvec-backed iov_iter works regardless
of set_fs(), both instances will become copy_from_iter() as soon as
we introduce ->msg_iter...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c