]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit051ebe402d83edb12644bb7034b222d8f2bc3f6b
treeace5723edaefabf517683e44381d19d9fb141ae0
parent3c56003ea55f04eff60d46795aa02cd2fd3754d9
[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