linux/net/sunrpc/xprtrdma
Tom Tucker 3fedb3c5a8 SVCRDMA: Fix erroneous BUG_ON in send_write
The assertion that checks for sge context overflow is
incorrectly hard-coded to 32. This causes a kernel bug
check when using big-data mounts. Changed the BUG_ON to
use the computed value RPCSVC_MAXPAGES.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-03-12 12:37:34 -07:00
..
Makefile
rpc_rdma.c
svc_rdma.c
svc_rdma_marshal.c
svc_rdma_recvfrom.c
svc_rdma_sendto.c SVCRDMA: Fix erroneous BUG_ON in send_write 2008-03-12 12:37:34 -07:00
svc_rdma_transport.c SVCRDMA: Add xprt refs to fix close/unmount crash 2008-03-12 12:37:34 -07:00
transport.c
verbs.c
xprt_rdma.h