[PATCH] vmscan: pageout(): remove unneeded test
authorakpm@osdl.org <akpm@osdl.org>
Sat, 16 Apr 2005 22:24:06 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:06 +0000 (15:24 -0700)
commit323aca6c0bda611d0f31b3234d9fe291d31a9207
treed1ece2a5bd91f56981f7773f264843828e9b71c6
parent79befd0c08c4766f8fa27e37ac2a70e40840a56a
[PATCH] vmscan: pageout(): remove unneeded test

\r)

We only call pageout() for dirty pages, so this test is redundant.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/vmscan.c