summaryrefslogtreecommitdiff
path: root/sock.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-01-05 16:47:41 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-01-05 16:48:27 +0100
commit391ed1e5327fedfe4215b07dd98bf04a6ad0f5cb (patch)
treeeb6d0bd297e45eb94c66dcb547fe1e5222abedf3 /sock.h
parent06a1eb3e6714575ffd47fe35a95b27bdb77e3187 (diff)
zsh: trafgen: Add completion for -b/--rate
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sock.h')
0 files changed, 0 insertions, 0 deletions
f562adc345c48ed9785f2597df78'>diff)
net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h
Removing linux/phy.h from net/dsa.h reveals a build error in the sunrpc code: net/sunrpc/xprtrdma/svc_rdma_backchannel.c: In function 'xprt_rdma_bc_put': net/sunrpc/xprtrdma/svc_rdma_backchannel.c:277:2: error: implicit declaration of function 'module_put' [-Werror=implicit-function-declaration] net/sunrpc/xprtrdma/svc_rdma_backchannel.c: In function 'xprt_setup_rdma_bc': net/sunrpc/xprtrdma/svc_rdma_backchannel.c:348:7: error: implicit declaration of function 'try_module_get' [-Werror=implicit-function-declaration] Fix this by adding linux/module.h to svc_rdma_backchannel.c Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Acked-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc/xprtrdma')
-rw-r--r--net/sunrpc/xprtrdma/svc_rdma_backchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_backchannel.c b/net/sunrpc/xprtrdma/svc_rdma_backchannel.c