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

Configure Feed

Select the types of activity you want to include in your feed.

SUNRPC: Clear rq_xid when receiving a new RPC Call

This is an eye-catcher for tracepoints that record the XID: it means
svc_rqst() has not received a full RPC Call with an XID yet.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

+2
+2
net/sunrpc/svc_xprt.c
··· 701 701 arg->page_len = (pages-2)*PAGE_SIZE; 702 702 arg->len = (pages-1)*PAGE_SIZE; 703 703 arg->tail[0].iov_len = 0; 704 + 705 + rqstp->rq_xid = xdr_zero; 704 706 return 0; 705 707 } 706 708