kernel-ark/block
Chandra Seetharaman 649bbaa484 [PATCH] Remove __devinitdata from notifier block definitions
Few of the notifier_chain_register() callers use __devinitdata in the
definition of notifier_block data structure.  It is incorrect as the
data structure should be available after the initializations (they do
not unregister them during initializations).

This was leading to an oops when notifier_chain_register() call is
invoked for those callback chains after initialization.

This patch fixes all such usages to _not_ have the notifier_block data
structure in the init data section.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-26 08:27:50 -07:00
..
as-iosched.c
blktrace.c
cfq-iosched.c [PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fix 2006-04-18 19:18:31 +02:00
deadline-iosched.c
elevator.c [PATCH] block/elevator.c: remove unused exports 2006-04-20 15:45:22 +02:00
genhd.c
ioctl.c
Kconfig
Kconfig.iosched
ll_rw_blk.c [PATCH] Remove __devinitdata from notifier block definitions 2006-04-26 08:27:50 -07:00
Makefile
noop-iosched.c
scsi_ioctl.c