mirror of
https://github.com/lkl/linux.git
synced 2025-12-20 08:33:02 +09:00
struct svc_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>