You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svcrdma: Fix page leak in svc_rdma_recv_read_chunk()
Commit 07d0ff3 ("svcrdma: Clean up Read chunk path") moved the
page saver logic so that it gets executed event when an error occurs.
In that case, the I/O is never posted, and those pages are then
leaked. Errors in this path, however, are quite rare.
Fixes: 07d0ff3 ("svcrdma: Clean up Read chunk path")
Signed-off-by: Chuck Lever <[email protected]>
0 commit comments