]> Pileus Git - ~andy/linux/blobdiff - net/socket.c
genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE
[~andy/linux] / net / socket.c
index 45afa648364a1c79a7f90209e6d376fa16a3492a..829b460acb87e61e88928f596589b51b0947411d 100644 (file)
 #include <linux/route.h>
 #include <linux/sockios.h>
 #include <linux/atalk.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #ifdef CONFIG_NET_LL_RX_POLL
-unsigned int sysctl_net_ll_read __read_mostly;
-unsigned int sysctl_net_ll_poll __read_mostly;
+unsigned int sysctl_net_busy_read __read_mostly;
+unsigned int sysctl_net_busy_poll __read_mostly;
 #endif
 
 static int sock_no_open(struct inode *irrelevant, struct file *dontcare);