Re: [PATCH 08/13] vmcore: remove unused helper function

2013-02-15 Thread Vivek Goyal
On Thu, Feb 14, 2013 at 07:12:27PM +0900, HATAYAMA Daisuke wrote: > Remove map_offset_to_paddr(), which is no longer used. This along with how read logic is changed should be one patch. And on top of it should be second patch which reads some part of memory from current kernel instead of old kerne

[PATCH 08/13] vmcore: remove unused helper function

2013-02-14 Thread HATAYAMA Daisuke
Remove map_offset_to_paddr(), which is no longer used. Signed-off-by: HATAYAMA Daisuke --- fs/proc/vmcore.c | 21 - 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 4125a65..3aedb52 100644 --- a/fs/proc/vmcore.c +++