]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit99cfa86c97b36e035dbbb6d989f2525624838783
treed28b2a45a5892284bd8a11f97387f94002008599
parent8de0c9687440477b52ced473fd0ad612706dd611
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