]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/socket.c
net: rename busy poll socket op and globals
[karo-tx-linux.git] / net / socket.c
index 6a3e9a3f50ad66a0030dca1b63910fb44bd24da6..829b460acb87e61e88928f596589b51b0947411d 100644 (file)
 #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);