Re: [PATCH 05/35] [PATCH 05/36] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-08-26 Thread Tejun Heo
On Sun, Aug 17, 2014 at 12:30:28PM -0500, Christoph Lameter wrote: > __this_cpu_ptr is being phased out use raw_cpu_ptr instead which was > introduced in 3.15-rc1. > > Cc: Jens Axboe > Signed-off-by: Christoph Lameter (Please disregard the ones I posted for v1 of the patch series) Applied to p

[PATCH 05/35] [PATCH 05/36] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-08-17 Thread Christoph Lameter
__this_cpu_ptr is being phased out use raw_cpu_ptr instead which was introduced in 3.15-rc1. Cc: Jens Axboe Signed-off-by: Christoph Lameter --- fs/ext4/mballoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/fs/ext4/mballoc.c ==

Re: [PATCH 04/31] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:19PM -0500, Christoph Lameter wrote: > __this_cpu_ptr is being phased out use raw_cpu_ptr instead which was > introduced in 3.15-rc1. > > Cc: Jens Axboe > Signed-off-by: Christoph Lameter Applied to wq/for-3.17-consistent-ops. If this patch should be routed differ

[PATCH 04/31] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-06-20 Thread Christoph Lameter
__this_cpu_ptr is being phased out use raw_cpu_ptr instead which was introduced in 3.15-rc1. Cc: Jens Axboe Signed-off-by: Christoph Lameter Index: linux/fs/ext4/mballoc.c === --- linux.orig/fs/ext4/mballoc.c2014-05-21 22:4

Re: block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-04-15 Thread Tejun Heo
On Tue, Apr 15, 2014 at 12:38:05PM -0500, Christoph Lameter wrote: > __this_cpu_ptr is being phased out use raw_cpu_ptr instead which was > introduced in 3.15-rc1. > > Signed-off-by: Christoph Lameter Acked-by: Tejun Heo -- tejun -- To unsubscribe from this list: send the line "unsubscribe li

block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-04-15 Thread Christoph Lameter
__this_cpu_ptr is being phased out use raw_cpu_ptr instead which was introduced in 3.15-rc1. Signed-off-by: Christoph Lameter Index: linux/fs/ext4/mballoc.c === --- linux.orig/fs/ext4/mballoc.c2014-04-14 13:24:55.153354620 -

[PATCH 23/48] block: Replace __this_cpu_ptr with raw_cpu_ptr

2014-02-14 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

[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

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

2013-12-19 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