[POC][PATCH 49/83] get rid of casts in alloc_exact stuff

2015-12-21 Thread Al Viro
From: Al Viro Signed-off-by: Al Viro --- mm/page_alloc.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index aa37489..a1aa8eb 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -3449,20 +3449,20 @@ void

[POC][PATCH 49/83] get rid of casts in alloc_exact stuff

2015-12-21 Thread Al Viro
From: Al Viro Signed-off-by: Al Viro --- mm/page_alloc.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index aa37489..a1aa8eb 100644 --- a/mm/page_alloc.c +++