mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-07 21:53:18 +09:00
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>
7.5 KiB
7.5 KiB