]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/net.h
Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
[linux.git] / include / linux / net.h
index f7d672cf25b5a99c362885f5b2ff5cc64d5772d1..9cafb5f353a97c1948a61a527f239d8f802c0252 100644 (file)
@@ -116,11 +116,11 @@ struct socket {
 
        unsigned long           flags;
 
-       struct socket_wq        *wq;
-
        struct file             *file;
        struct sock             *sk;
        const struct proto_ops  *ops;
+
+       struct socket_wq        wq;
 };
 
 struct vm_area_struct;