diff options
author | 2015-02-15 16:07:18 -0800 | |
---|---|---|
committer | 2015-02-15 16:07:18 -0800 | |
commit | 97ae2b5c17d6cc988c6d49ae0cf95befb6b7081c (patch) | |
tree | a71115af6c30fdc9de0878e2cf1c51e95b17a324 /net/socket.c | |
parent | Input: ALPS - move v7 packet info to Documentation and v6 packet info (diff) | |
parent | Input: bfin_rotary - introduce open and close methods (diff) | |
download | wireguard-linux-97ae2b5c17d6cc988c6d49ae0cf95befb6b7081c.tar.xz wireguard-linux-97ae2b5c17d6cc988c6d49ae0cf95befb6b7081c.zip |
Merge branch 'bfin_rotary' into next
Merge bfin_rotary driver changes from Sonic Zhang.
Diffstat (limited to '')
-rw-r--r-- | net/socket.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket.c b/net/socket.c index a2c33a4dc7ba..418795caa897 100644 --- a/net/socket.c +++ b/net/socket.c @@ -869,9 +869,6 @@ static ssize_t sock_splice_read(struct file *file, loff_t *ppos, static struct sock_iocb *alloc_sock_iocb(struct kiocb *iocb, struct sock_iocb *siocb) { - if (!is_sync_kiocb(iocb)) - BUG(); - siocb->kiocb = iocb; iocb->private = siocb; return siocb; |