commit | 511e936bf2b3e8be2a3160ace3d86be07962a7a8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 12 15:36:49 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:57 2017 -0400 |
tree | b9eabbc23dbaa937917d01f8f8dc5d8a60124b95 | |
parent | 9ae7d8ff2948c4514b9a6bfef7f1a548ea6ab190 [diff] |
sunrpc: mark all struct rpc_procinfo instances as const struct rpc_procinfo contains function pointers, and marking it as constant avoids it being able to be used as an attach vector for code injections. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>