Re: [PATCH net-next v2 1/3] net: rename include/net/ll_poll.hto include/net/busy_poll.h

From: Arend van Spriel
Date: Wed Jul 10 2013 - 09:18:23 EST


On 07/10/2013 02:13 PM, Eliezer Tamir wrote:
Rename the file and correct all the places where it is included.

Signed-off-by: Eliezer Tamir <eliezer.tamir@xxxxxxxxxxxxxxx>
---

drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2
fs/select.c | 2
include/net/busy_poll.h | 183 +++++++++++++++++++++++
include/net/ll_poll.h | 183 -----------------------
net/core/datagram.c | 2
net/core/sock.c | 2
net/core/sysctl_net_core.c | 2
net/ipv4/tcp.c | 2
net/ipv4/tcp_ipv4.c | 2
net/ipv4/udp.c | 2
net/ipv6/tcp_ipv6.c | 2
net/ipv6/udp.c | 2
net/socket.c | 2
16 files changed, 197 insertions(+), 197 deletions(-)
create mode 100644 include/net/busy_poll.h
delete mode 100644 include/net/ll_poll.h

Did you use -M command line option with 'git format-patch'?

Gr. AvS



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/