Commits

Trond Myklebust committed 547df965806
SUNRPC: Don't allocate a full sockaddr_storage for tracing [ Upstream commit db1bb44c4c7e8d49ed674dc59e5222d99c698088 ] We're always tracing IPv4 or IPv6 addresses, so we can save a lot of space on the ringbuffer by allocating the correct sockaddr size. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Cc: stable@vger.kernel.org Fixes: 83a712e0afef "sunrpc: add some tracepoints around ..." Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>