net/sunrpc: Make rpc_auth_create_args a const
authorSargun Dhillon <sargun@sargun.me>
Thu, 5 Jul 2018 16:48:50 +0000 (16:48 +0000)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 30 Jul 2018 17:19:41 +0000 (13:19 -0400)
commit82b98ca566ca2af170eb0ab50cef09dd7335fa55
tree10feac49203ef740d43cbf89cdbe0aa6f8fa36a3
parent0914bb965e38a055e9245637aed117efbe976e91
net/sunrpc: Make rpc_auth_create_args a const

This turns rpc_auth_create_args into a const as it gets passed through the
auth stack.

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/auth.h
net/sunrpc/auth.c
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_null.c
net/sunrpc/auth_unix.c