Remove unneeded local variable. Originally by Christoph Lameter <[EMAIL PROTECTED]>
Signed-off-by: Ethan Solomita <[EMAIL PROTECTED]> --- diff -uprN -X 0/Documentation/dontdiff 5/mm/page-writeback.c 6/mm/page-writeback.c --- 5/mm/page-writeback.c 2007-05-30 11:37:01.000000000 -0700 +++ 6/mm/page-writeback.c 2007-05-30 11:39:25.000000000 -0700 @@ -177,7 +177,6 @@ get_dirty_limits(struct dirty_limits *dl int unmapped_ratio; long background; long dirty; - unsigned long available_memory = determine_dirtyable_memory(); unsigned long dirtyable_memory; unsigned long nr_mapped; struct task_struct *tsk; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/