commit | cacdc7d2f9fa42e29b650e2879df42ea7d7833c1 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Thu Nov 27 20:34:16 2014 -0500 |
committer | Al Viro <[email protected]> | Wed Feb 04 01:34:14 2015 -0500 |
tree | 45f0ff4663f193b759b74a58a4a902d7667abada | |
parent | 2e90b1c45e34240eeeacab0b37d5f8f739462bdc [diff] [blame] |
ip: stash a pointer to msghdr in struct ping_fakehdr ... instead of storing its ->mgs_iter.iov there Signed-off-by: Al Viro <[email protected]>
diff --git a/include/net/ping.h b/include/net/ping.h index f074060..cc16d41 100644 --- a/include/net/ping.h +++ b/include/net/ping.h
@@ -59,7 +59,7 @@ struct pingfakehdr { struct icmphdr icmph; - struct iovec *iov; + struct msghdr *msg; sa_family_t family; __wsum wcheck; };