]> git.baikalelectronics.ru Git - kernel.git/commit
block: Replace __this_cpu_ptr with raw_cpu_ptr
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:28 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:45 +0000 (13:45 -0400)
commitd9f15f001652070f7d8ab2070f6c647b46068118
treebf510806a9c5f937d51e0d71014da06c8d27f106
parent7a3f7fe8ca2f8788e11b47de0abe9f3ce0731fb6
block: Replace __this_cpu_ptr with raw_cpu_ptr

__this_cpu_ptr is being phased out use raw_cpu_ptr instead which was
introduced in 3.15-rc1.

Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
fs/ext4/mballoc.c