From: Jan Kara Date: Mon, 12 Mar 2012 15:05:50 +0000 (+0100) Subject: btrfs: Fix busyloop in transaction_kthread() X-Git-Tag: v3.4-rc1~22^2~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=914b20070b413ca10f832c45a58b2894990f065f;p=pandora-kernel.git btrfs: Fix busyloop in transaction_kthread() When a filesystem got aborted due do error, transaction_kthread() will busyloop. Fix it by going to sleep in that case as well. Maybe we should just stop transaction_kthread() when filesystem is aborted but that would be more complex. Signed-off-by: Jan Kara --- Reading git-diff-tree failed