From: Miao Xie Date: Thu, 26 Dec 2013 05:07:01 +0000 (+0800) Subject: Btrfs: remove residual code in delayed inode async helper X-Git-Tag: v3.14-rc1~29^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c40f925e0d8e1ddfe5f9fc410b4c2f6c70acf5;p=pandora-kernel.git Btrfs: remove residual code in delayed inode async helper Before applying the patch commit de3cb945db4d8eb3b046dc7a5ea89a893372750c title: Btrfs: improve the delayed inode throttling We need requeue the async work after the current work was done, it introduced a deadlock problem. So we wrote the code that this patch removes to avoid the above problem. But after applying the above patch, the deadlock problem didn't exist. So we should remove that fix code. Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed