From: Stefan Behrens Date: Mon, 4 Mar 2013 17:28:38 +0000 (+0000) Subject: Btrfs: allow running defrag in parallel to administrative tasks X-Git-Tag: v3.9-rc2~3^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b53157aac7366cea413ee29b629f83225829e87;p=pandora-kernel.git Btrfs: allow running defrag in parallel to administrative tasks Commit 5ac00add added a testnset mutex and code that disallows running administrative tasks in parallel. It is prevented that the device add/delete/balance/replace/resize operations are started in parallel. By mistake, the defragmentation operation was included in the check for mutually exclusiveness as well. This is fixed with this commit. Signed-off-by: Stefan Behrens Signed-off-by: Josef Bacik --- Reading git-diff-tree failed