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

xprtrdma: Remove stale comment

The comment hasn't been accurate for several years.

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

authored by

Chuck Lever and committed by
Anna Schumaker
2cfd11f1 b8fe677f

-7
-7
net/sunrpc/xprtrdma/xprt_rdma.h
··· 239 239 * 240 240 * An external memory region is any buffer or page that is registered 241 241 * on the fly (ie, not pre-registered). 242 - * 243 - * Each rpcrdma_buffer has a list of free MWs anchored in rb_mrs. During 244 - * call_allocate, rpcrdma_buffer_get() assigns one to each segment in 245 - * an rpcrdma_req. Then rpcrdma_register_external() grabs these to keep 246 - * track of registration metadata while each RPC is pending. 247 - * rpcrdma_deregister_external() uses this metadata to unmap and 248 - * release these resources when an RPC is complete. 249 242 */ 250 243 enum rpcrdma_frwr_state { 251 244 FRWR_IS_INVALID, /* ready to be used */