From: Dave Kleikamp Date: Mon, 25 Jul 2005 13:58:54 +0000 (-0500) Subject: JFS: Don't set log_SYNCBARRIER when log->active == 0 X-Git-Tag: v2.6.13-rc4~25^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2783f3a625b2aba943ef94623e277557a91a448;p=pandora-kernel.git JFS: Don't set log_SYNCBARRIER when log->active == 0 If a metadata page is kept active, it is possible that the sync barrier logic continues to trigger, even if all active transactions have been phyically written to the journal. This can cause a hang, since the completion of the journal I/O is what unsets the sync barrier flag to allow new transactions to be created. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed