Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: rename include/net/ll_poll.h to include/net/busy_poll.h

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>

authored by

Eliezer Tamir and committed by
David S. Miller
076bb0c8 bfffbea1

+14 -14
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
··· 24 24 #include <net/tcp.h> 25 25 #include <net/ipv6.h> 26 26 #include <net/ip6_checksum.h> 27 - #include <net/ll_poll.h> 27 + #include <net/busy_poll.h> 28 28 #include <linux/prefetch.h> 29 29 #include "bnx2x_cmn.h" 30 30 #include "bnx2x_init.h"
+1 -1
drivers/net/ethernet/intel/ixgbe/ixgbe.h
··· 52 52 #include <linux/dca.h> 53 53 #endif 54 54 55 - #include <net/ll_poll.h> 55 + #include <net/busy_poll.h> 56 56 57 57 #ifdef CONFIG_NET_LL_RX_POLL 58 58 #define LL_EXTENDED_STATS
+1 -1
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
··· 38 38 #include <linux/slab.h> 39 39 #include <linux/hash.h> 40 40 #include <net/ip.h> 41 - #include <net/ll_poll.h> 41 + #include <net/busy_poll.h> 42 42 43 43 #include <linux/mlx4/driver.h> 44 44 #include <linux/mlx4/device.h>
+1 -1
drivers/net/ethernet/mellanox/mlx4/en_rx.c
··· 31 31 * 32 32 */ 33 33 34 - #include <net/ll_poll.h> 34 + #include <net/busy_poll.h> 35 35 #include <linux/mlx4/cq.h> 36 36 #include <linux/slab.h> 37 37 #include <linux/mlx4/qp.h>
+1 -1
fs/select.c
··· 28 28 #include <linux/hrtimer.h> 29 29 #include <linux/sched/rt.h> 30 30 #include <linux/freezer.h> 31 - #include <net/ll_poll.h> 31 + #include <net/busy_poll.h> 32 32 33 33 #include <asm/uaccess.h> 34 34
include/net/ll_poll.h include/net/busy_poll.h
+1 -1
net/core/datagram.c
··· 56 56 #include <net/sock.h> 57 57 #include <net/tcp_states.h> 58 58 #include <trace/events/skb.h> 59 - #include <net/ll_poll.h> 59 + #include <net/busy_poll.h> 60 60 61 61 /* 62 62 * Is a socket 'connection oriented' ?
+1 -1
net/core/sock.c
··· 139 139 #include <net/tcp.h> 140 140 #endif 141 141 142 - #include <net/ll_poll.h> 142 + #include <net/busy_poll.h> 143 143 144 144 static DEFINE_MUTEX(proto_list_mutex); 145 145 static LIST_HEAD(proto_list);
+1 -1
net/core/sysctl_net_core.c
··· 19 19 #include <net/ip.h> 20 20 #include <net/sock.h> 21 21 #include <net/net_ratelimit.h> 22 - #include <net/ll_poll.h> 22 + #include <net/busy_poll.h> 23 23 24 24 static int one = 1; 25 25
+1 -1
net/ipv4/tcp.c
··· 279 279 280 280 #include <asm/uaccess.h> 281 281 #include <asm/ioctls.h> 282 - #include <net/ll_poll.h> 282 + #include <net/busy_poll.h> 283 283 284 284 int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT; 285 285
+1 -1
net/ipv4/tcp_ipv4.c
··· 75 75 #include <net/netdma.h> 76 76 #include <net/secure_seq.h> 77 77 #include <net/tcp_memcontrol.h> 78 - #include <net/ll_poll.h> 78 + #include <net/busy_poll.h> 79 79 80 80 #include <linux/inet.h> 81 81 #include <linux/ipv6.h>
+1 -1
net/ipv4/udp.c
··· 109 109 #include <trace/events/udp.h> 110 110 #include <linux/static_key.h> 111 111 #include <trace/events/skb.h> 112 - #include <net/ll_poll.h> 112 + #include <net/busy_poll.h> 113 113 #include "udp_impl.h" 114 114 115 115 struct udp_table udp_table __read_mostly;
+1 -1
net/ipv6/tcp_ipv6.c
··· 63 63 #include <net/inet_common.h> 64 64 #include <net/secure_seq.h> 65 65 #include <net/tcp_memcontrol.h> 66 - #include <net/ll_poll.h> 66 + #include <net/busy_poll.h> 67 67 68 68 #include <asm/uaccess.h> 69 69
+1 -1
net/ipv6/udp.c
··· 46 46 #include <net/ip6_checksum.h> 47 47 #include <net/xfrm.h> 48 48 #include <net/inet6_hashtables.h> 49 - #include <net/ll_poll.h> 49 + #include <net/busy_poll.h> 50 50 51 51 #include <linux/proc_fs.h> 52 52 #include <linux/seq_file.h>
+1 -1
net/socket.c
··· 104 104 #include <linux/route.h> 105 105 #include <linux/sockios.h> 106 106 #include <linux/atalk.h> 107 - #include <net/ll_poll.h> 107 + #include <net/busy_poll.h> 108 108 109 109 #ifdef CONFIG_NET_LL_RX_POLL 110 110 unsigned int sysctl_net_ll_read __read_mostly;