mm, pagevec: rename pagevec drained field
[sfrench/cifs-2.6.git] / include / linux / net.h
index d97d80d7fdf8a9c97714d1349b5534ef5509e902..caeb159abda508580dfe4fa15940f36e51bdd1e8 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/random.h>
 #include <linux/wait.h>
 #include <linux/fcntl.h>       /* For O_CLOEXEC and O_NONBLOCK */
-#include <linux/kmemcheck.h>
 #include <linux/rcupdate.h>
 #include <linux/once.h>
 #include <linux/fs.h>
@@ -111,9 +110,7 @@ struct socket_wq {
 struct socket {
        socket_state            state;
 
-       kmemcheck_bitfield_begin(type);
        short                   type;
-       kmemcheck_bitfield_end(type);
 
        unsigned long           flags;