]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2014 18:17:23 +0000 (13:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2014 18:17:23 +0000 (13:17 -0500)
More iov_iter work for the networking from Al Viro.

Signed-off-by: David S. Miller <davem@davemloft.net>
1  2 
include/linux/tcp.h
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/smp.c
net/ipv4/tcp.c
net/ipv4/tcp_output.c

Simple merge
Simple merge
Simple merge
index 96bf16dcd9e9382e2ed6add599b2a05d63233fba,de7dc7581ff072f5e2361c3506bddaa68d121b6b..6a46252fe66f39fb1cc490987d6c14d2ec955dfa
@@@ -2914,10 -1677,9 +2912,9 @@@ static const struct l2cap_ops smp_root_
        .resume                 = l2cap_chan_no_resume,
        .set_shutdown           = l2cap_chan_no_set_shutdown,
        .get_sndtimeo           = l2cap_chan_no_get_sndtimeo,
-       .memcpy_fromiovec       = l2cap_chan_no_memcpy_fromiovec,
  };
  
 -int smp_register(struct hci_dev *hdev)
 +static struct l2cap_chan *smp_add_cid(struct hci_dev *hdev, u16 cid)
  {
        struct l2cap_chan *chan;
        struct crypto_blkcipher *tfm_aes;
diff --cc net/ipv4/tcp.c
Simple merge
Simple merge