[PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-01-17 Thread Christoph Lameter
[Patch depends on another patch in this series that introduces raw_cpu_ops] __this_cpu_ptr is being phased out. Cc: Jens Axboe Signed-off-by: Christoph Lameter Index: linux/fs/ext4/mballoc.c === --- linux.orig/fs/ext4/mballoc.c

Re: [PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr

2013-12-04 Thread Jens Axboe
On 12/04/2013 09:38 AM, Christoph Lameter wrote: > On Tue, 3 Dec 2013, Jens Axboe wrote: > >> Christoph, I applied the fs/buffer.c bit, the ext4 one should probably >> go through Ted. > > This is not going to work unless earlier patchses have been applied since > raw_cpu_ptr is otherwise not avai

Re: [PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr

2013-12-04 Thread Christoph Lameter
On Tue, 3 Dec 2013, Jens Axboe wrote: > Christoph, I applied the fs/buffer.c bit, the ext4 one should probably > go through Ted. This is not going to work unless earlier patchses have been applied since raw_cpu_ptr is otherwise not availab.e -- To unsubscribe from this list: send the line "unsub

Re: [PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr

2013-12-03 Thread Jens Axboe
On Tue, Dec 03 2013, Christoph Lameter wrote: > __this_cpu_ptr is being phased out. > > Cc: Jens Axboe > Signed-off-by: Christoph Lameter > > Index: linux/fs/ext4/mballoc.c > === > --- linux.orig/fs/ext4/mballoc.c 2013-12-02 1

[PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr

2013-12-03 Thread Christoph Lameter
__this_cpu_ptr is being phased out. Cc: Jens Axboe Signed-off-by: Christoph Lameter Index: linux/fs/ext4/mballoc.c === --- linux.orig/fs/ext4/mballoc.c2013-12-02 16:07:53.574528512 -0600 +++ linux/fs/ext4/mballoc.c 2013