commit | db47d475371bc85dd122112e957669cbbcc70dee | [log] [tgz] |
---|---|---|
author | Satyam Sharma <satyam@infradead.org> | Thu Aug 23 09:29:40 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:25:56 2007 +0200 |
tree | 9e662c8521012485fd6dc3eac74f79572571e458 | |
parent | 6c92e699b56287da582ccb12a64b959b6d6109ba [diff] |
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>