net: rename include/net/ll_poll.h to include/net/busy_poll.h
authorEliezer Tamir <eliezer.tamir@linux.intel.com>
Wed, 10 Jul 2013 14:13:17 +0000 (17:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 00:08:27 +0000 (17:08 -0700)
Rename the file and correct all the places where it is included.

Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
drivers/net/ethernet/mellanox/mlx4/en_rx.c
fs/select.c
include/net/busy_poll.h [moved from include/net/ll_poll.h with 100% similarity]
net/core/datagram.c
net/core/sock.c
net/core/sysctl_net_core.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/socket.c

index ec3aa1d451e8d4954ec09d1b303b30d46bf08b2d..05b6b4e8b07364972f027b24b3c1c61ed7a412f5 100644 (file)
@@ -24,7 +24,7 @@
 #include <net/tcp.h>
 #include <net/ipv6.h>
 #include <net/ip6_checksum.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 #include <linux/prefetch.h>
 #include "bnx2x_cmn.h"
 #include "bnx2x_init.h"
index fb098b46c6a634e9a1a401d055b0af9ba154bb61..7be725cdfea8d3b3c7f414a500dd83b965f24d99 100644 (file)
@@ -52,7 +52,7 @@
 #include <linux/dca.h>
 #endif
 
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #ifdef CONFIG_NET_LL_RX_POLL
 #define LL_EXTENDED_STATS
index caf2047705697f5e370407f46e5b521304ba83f4..0fb2438dc2c7ce1c081c9853338d6b60757b004e 100644 (file)
@@ -38,7 +38,7 @@
 #include <linux/slab.h>
 #include <linux/hash.h>
 #include <net/ip.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #include <linux/mlx4/driver.h>
 #include <linux/mlx4/device.h>
index 76997b93fdfebda261f26621b27b19e1f9e95feb..90746d37ac9b3a74f7ad25b731daef6382b35756 100644 (file)
@@ -31,7 +31,7 @@
  *
  */
 
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 #include <linux/mlx4/cq.h>
 #include <linux/slab.h>
 #include <linux/mlx4/qp.h>
index f9f49c40cfd48b99442041f8b6f2e82ecd2d0101..35d4adc749d9616f4bb2a7cd6d952eb18b5579b4 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/hrtimer.h>
 #include <linux/sched/rt.h>
 #include <linux/freezer.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #include <asm/uaccess.h>
 
index 6e9ab31e457e89db00b32c89fbec8237058abd29..8ab48cd8955971ec7db7e60464a946380a7be49a 100644 (file)
@@ -56,7 +56,7 @@
 #include <net/sock.h>
 #include <net/tcp_states.h>
 #include <trace/events/skb.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 /*
  *     Is a socket 'connection oriented' ?
index ab06b719f5b1132e73dce818be80fe5e0cd1b8c5..9bfe83f4d670c8c5f28a29f7c0dba01b057c8d59 100644 (file)
 #include <net/tcp.h>
 #endif
 
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 static DEFINE_MUTEX(proto_list_mutex);
 static LIST_HEAD(proto_list);
index afc677eadd9323bd5673c1ae5f0aacbb07f15d6c..1a298cb3daee848af9f83112981272213c5b672d 100644 (file)
@@ -19,7 +19,7 @@
 #include <net/ip.h>
 #include <net/sock.h>
 #include <net/net_ratelimit.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 static int one = 1;
 
index 15cbfa94bd8e969e38f75db6e0e98e7340131d59..5423223e93c25074f87c92dc60b338fddcb66f3f 100644 (file)
 
 #include <asm/uaccess.h>
 #include <asm/ioctls.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT;
 
index 35675e46aff8ab32fc2cc676ed8f16bd976662d5..3a261b41a00caf876e02b8cd2b58f73070d086f4 100644 (file)
@@ -75,7 +75,7 @@
 #include <net/netdma.h>
 #include <net/secure_seq.h>
 #include <net/tcp_memcontrol.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #include <linux/inet.h>
 #include <linux/ipv6.h>
index 6b270e53c207a2ba188152e469152562b63db131..bcc0ff2c16dad05daf4a15b3a35c1dfc6771bcb3 100644 (file)
 #include <trace/events/udp.h>
 #include <linux/static_key.h>
 #include <trace/events/skb.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 #include "udp_impl.h"
 
 struct udp_table udp_table __read_mostly;
index 5cffa5c3e6b810a39a649c99753d0b68f54f07fd..345bd92d4ddb52ca20586ab0f48e6f9b33476d4f 100644 (file)
@@ -63,7 +63,7 @@
 #include <net/inet_common.h>
 #include <net/secure_seq.h>
 #include <net/tcp_memcontrol.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #include <asm/uaccess.h>
 
index b6f31437a1f80a84d3c3ee89d71044c7b33c6f17..40e72034da07ea739ae43d6dd52a016a3e1dc93c 100644 (file)
@@ -46,7 +46,7 @@
 #include <net/ip6_checksum.h>
 #include <net/xfrm.h>
 #include <net/inet6_hashtables.h>
-#include <net/ll_poll.h>
+#include <net/busy_poll.h>
 
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
index 45afa648364a1c79a7f90209e6d376fa16a3492a..6a3e9a3f50ad66a0030dca1b63910fb44bd24da6 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;