]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/blk-core.c
ll_rw_blk: blk_cpu_notifier should be __cpuinitdata
authorSatyam Sharma <satyam@infradead.org>
Thu, 23 Aug 2007 07:29:40 +0000 (09:29 +0200)
committerJens Axboe <axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:56 +0000 (09:25 +0200)
commitdb47d475371bc85dd122112e957669cbbcc70dee
tree9e662c8521012485fd6dc3eac74f79572571e458
parent6c92e699b56287da582ccb12a64b959b6d6109ba
ll_rw_blk: blk_cpu_notifier should be __cpuinitdata

blk_cpu_notifier is marked as __devinitdata, but __devinitdata need not
be __init even if HOTPLUG_CPU=n, which wastes space. It should be marked
__cpuinitdata, and the callback itself as __cpuinit.

Signed-off-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/ll_rw_blk.c