Re: [PATCH 3/7] uprobes: Turn add_utask() into get_utask()

2013-01-08 Thread Srikar Dronamraju
* Oleg Nesterov [2012-12-31 18:52:20]: > Rename add_utask() into get_utask() and change it to allocate on > demand to simplify the caller. Like get_xol_area() it will have > more users. > > Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju > --- > kernel/events/uprobes.c | 27

Re: [PATCH 3/7] uprobes: Turn add_utask() into get_utask()

2013-01-08 Thread Srikar Dronamraju
* Oleg Nesterov o...@redhat.com [2012-12-31 18:52:20]: Rename add_utask() into get_utask() and change it to allocate on demand to simplify the caller. Like get_xol_area() it will have more users. Signed-off-by: Oleg Nesterov o...@redhat.com Acked-by: Srikar Dronamraju

[PATCH 3/7] uprobes: Turn add_utask() into get_utask()

2012-12-31 Thread Oleg Nesterov
Rename add_utask() into get_utask() and change it to allocate on demand to simplify the caller. Like get_xol_area() it will have more users. Signed-off-by: Oleg Nesterov --- kernel/events/uprobes.c | 27 +-- 1 files changed, 9 insertions(+), 18 deletions(-) diff --git

[PATCH 3/7] uprobes: Turn add_utask() into get_utask()

2012-12-31 Thread Oleg Nesterov
Rename add_utask() into get_utask() and change it to allocate on demand to simplify the caller. Like get_xol_area() it will have more users. Signed-off-by: Oleg Nesterov o...@redhat.com --- kernel/events/uprobes.c | 27 +-- 1 files changed, 9 insertions(+), 18