uprobes/x86: Constify uprobe_xol_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 9 Apr 2016 11:17:29 +0000 (13:17 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 13 Apr 2016 07:55:42 +0000 (09:55 +0200)
commitdac429874d8156d97460c61049e202b2dcc15df8
treeedb5e1e9ecf1493981892c8b9c2507f7743c06bd
parentbed9441ba787da1026f95ce6160b38994c510fe3
uprobes/x86: Constify uprobe_xol_ops structures

The uprobe_xol_ops structures are never modified, so declare them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/1460200649-32526-1-git-send-email-Julia.Lawall@lip6.fr
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/uprobes.c
This page took 0.026553 seconds and 5 git commands to generate.