Files
rockchip-kernel/include/linux/sunrpc
Christoph Hellwig 7fd38af9ca sunrpc: move pc_count out of struct svc_procinfo
pc_count is the only writeable memeber of struct svc_procinfo, which is
a good candidate to be const-ified as it contains function pointers.

This patch moves it into out out struct svc_procinfo, and into a
separate writable array that is pointed to by struct svc_version.

Signed-off-by: Christoph Hellwig <hch@lst.de>
2017-05-15 17:42:30 +02:00
..
2017-04-25 17:25:55 -04:00
2017-04-25 17:25:56 -04:00
2017-05-15 17:42:26 +02:00