[PATCH] Move cond_resched() after iput() in sync_sb_inodes()
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sat, 25 Mar 2006 11:07:44 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:56 +0000 (08:22 -0800)
commit4ffc84442572669727dc4fcd976582508eaf23e7
treeace5723edaefabf517683e44381d19d9fb141ae0
parentd25b9a1ff0741e71a46f37f45263b5ddcbc948c4
[PATCH] Move cond_resched() after iput() in sync_sb_inodes()

In here, I think the following order is more cache-friendly.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fs-writeback.c