]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - net/socket.c
Btrfs: fix extent buffer leak after backref walking
[linux-imx.git] / net / socket.c
index 45afa648364a1c79a7f90209e6d376fa16a3492a..b2d7c629eeb9f2de785600ed189080af9be02a3e 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;
+#ifdef CONFIG_NET_RX_BUSY_POLL
+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);