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

sunrpc: unexport rpc_malloc() and rpc_free()

These are not used outside of sunrpc code.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>

authored by

Jeff Layton and committed by
Anna Schumaker
ffe38192 20b1d75f

-2
-2
net/sunrpc/sched.c
··· 1074 1074 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; 1075 1075 return 0; 1076 1076 } 1077 - EXPORT_SYMBOL_GPL(rpc_malloc); 1078 1077 1079 1078 /** 1080 1079 * rpc_free - free RPC buffer resources allocated via rpc_malloc ··· 1094 1095 else 1095 1096 kfree(buf); 1096 1097 } 1097 - EXPORT_SYMBOL_GPL(rpc_free); 1098 1098 1099 1099 /* 1100 1100 * Creation and deletion of RPC task structures