]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: remove residual code in delayed inode async helper
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 26 Dec 2013 05:07:01 +0000 (13:07 +0800)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:20:06 +0000 (13:20 -0800)
commit881d4d510bfdf75faf7502639edb8313e452faae
treec64fc3a86456f87fe6b96171c0505edfb3d99b6f
parenta71dada00ec47bdb7edee7546db9f3c794f1d77a
Btrfs: remove residual code in delayed inode async helper

Before applying the patch
  commit d2d3a46d646d7c63e6b07dc58318c7c90b64d0f9
  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 <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/delayed-inode.c