Emese Revfy
9cd43611cc
kobject: Constify struct kset_uevent_ops
...
Constify struct kset_uevent_ops.
This is part of the ops structure constification
effort started by Arjan van de Ven et al.
Benefits of this constification:
* prevents modification of data that is shared
(referenced) by many other structure instances
at runtime
* detects/prevents accidental (but not intentional)
modification attempts on archs that enforce
read-only kernel data at runtime
* potentially better optimized code as the compiler
can assume that the const data cannot be changed
* the compiler/linker move const data into .rodata
and therefore exclude them from false sharing
Signed-off-by: Emese Revfy <re.emese@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2010-03-07 17:04:49 -08:00
..
2009-12-12 13:08:15 +01:00
2010-03-07 12:52:38 -08:00
2010-03-01 13:04:58 -08:00
2010-01-07 01:13:57 -08:00
2010-03-07 17:04:49 -08:00
2010-03-07 17:04:48 -08:00
2010-02-27 14:05:38 +01:00
2010-02-26 13:58:08 +01:00
2010-03-07 16:04:03 -08:00
2010-03-06 11:26:28 -08:00
2010-02-02 15:58:48 -08:00
2010-01-13 10:55:16 -05:00
2010-03-07 17:04:47 -08:00
2010-02-26 16:50:02 -08:00
2010-03-07 15:47:19 -08:00
2010-03-03 09:25:37 -08:00
2010-03-06 11:26:32 -08:00
2010-03-03 08:08:44 -08:00
2010-03-06 11:26:25 -08:00
2010-03-07 17:04:48 -08:00
2010-03-07 17:04:48 -08:00
2010-03-02 14:54:23 -08:00
2010-03-06 11:33:09 -08:00
2010-03-07 15:56:25 -08:00
2010-03-04 08:24:06 -08:00
2009-12-17 11:43:25 +10:30
2010-02-26 13:58:08 +01:00
2010-03-07 17:04:48 -08:00
2010-03-07 22:17:20 +01:00
2010-02-28 19:23:06 -08:00
2010-03-07 22:17:05 +01:00
2010-01-04 12:33:33 -08:00
2010-03-01 10:38:09 -08:00
2010-03-06 02:32:35 +00:00
2010-03-03 08:48:58 -08:00
2010-02-26 13:58:08 +01:00
2010-03-02 07:55:08 -08:00
2010-03-07 22:17:39 +01:00
2010-03-07 17:04:48 -08:00
2010-03-07 22:17:32 +01:00
2010-03-07 17:04:48 -08:00
2010-03-07 17:04:48 -08:00
2010-02-14 07:13:55 -07:00
2009-12-14 09:58:24 -08:00
2010-03-06 22:54:09 +00:00
2010-03-02 14:43:08 -08:00
2010-03-07 15:59:39 -08:00
2010-03-03 08:37:41 +01:00
2010-03-03 07:41:24 -08:00
2009-12-16 12:33:19 -08:00
2010-03-07 22:17:17 +01:00
2010-02-09 13:56:23 +11:00
2010-03-07 22:17:08 +01:00
2010-03-07 22:17:16 +01:00
2010-03-02 07:55:08 -08:00
2010-01-28 14:38:25 -07:00
2010-03-01 09:00:29 -08:00
2010-03-07 15:47:19 -08:00
2010-02-17 12:37:42 +09:00
2009-12-15 08:53:27 -08:00
2010-03-01 14:19:05 -08:00
2010-02-19 15:52:51 -05:00
2010-03-07 17:04:48 -08:00
2009-12-16 14:22:32 -05:00
2009-12-15 08:53:25 -08:00
2010-03-07 12:51:52 -08:00
2010-03-07 17:04:48 -08:00
2010-02-28 19:50:33 +02:00
2010-03-07 22:17:08 +01:00
2010-03-02 13:41:14 +02:00
2010-02-15 09:27:02 -08:00
2010-03-01 14:19:05 -08:00
2010-03-06 11:26:46 -08:00
2010-03-06 11:26:28 -08:00
2010-01-15 01:43:29 -08:00