[XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run
authorFelix Blyakher <felixb@sgi.com>
Fri, 25 Nov 2005 05:42:13 +0000 (16:42 +1100)
committerNathan Scott <nathans@sgi.com>
Fri, 25 Nov 2005 05:42:13 +0000 (16:42 +1100)
commit6b2cf618cc8445a03640d1e5e36829352e297017
tree160734b1718a0d7442132d6568263fa3a167cbe2
parenta4656391b76ed93faed724c5963f033164ee477e
[XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run
its queue of IO completion callbacks, thus creating the deadlock between
umount and xfslogd. Breaking the loop solves the problem.

SGI-PV: 943821
SGI-Modid: xfs-linux-melb:xfs-kern:202363a

Signed-off-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/xfs_vnodeops.c