[PATCH] mm: thrashing control cleanups

2005-03-26 Thread Pekka Enberg
Hi, Here's a version that applies with -p1. Quilt did some silly things to the previous one... This patch removes one redundant variable from mm/thrash.c and moves declaration of one variable closer to the block where it is actually used. Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- thr

[PATCH] mm: thrashing control cleanups

2005-03-26 Thread Pekka Enberg
Hi, This patch removes one redundant variable from mm/thrash.c and moves the declaration of one variable closer to the block where it is actually used. Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- thrash.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) Index: kernel/