mm: write_cache_pages more terminate quickly
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 6 Jan 2009 22:39:11 +0000 (14:39 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 25 Jan 2009 00:36:27 +0000 (16:36 -0800)
commit7cef443310ed7e6317b19b94628c968aa210ce17
treed0b63b6d0d4e754d5bb8c562496459c629ed82db
parente55e8f16723d5017aff16547e259e2c35766e4ad
mm: write_cache_pages more terminate quickly

commit 82fd1a9a8ced9607312b54859572bcc6211e8919 upstream.

Now that we have the early-termination logic in place, it makes sense to
bail out early in all other cases where done is set to 1.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Chris Mason <chris.mason@oracle.com>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/page-writeback.c