Skip to content
Commit 431f6eb3 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Add a label for RPC calls that require allocation on receive



If the RPC call relies on the receive call allocating pages as buffers,
then let's label it so that we
a) Don't leak memory by allocating pages for requests that do not expect
   this behaviour
b) Can optimise for the common case where calls do not require allocation.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 79c99152
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment