]> 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)
commit6ebf1c89f670422627ca48c589a91f28fe1cfb5e
treec64fc3a86456f87fe6b96171c0505edfb3d99b6f
parent9dda6d6349832b260803aa9523314fab58cd7cb4
Btrfs: remove residual code in delayed inode async helper

Before applying the patch
  commit 6d71e0a377542ddfd6214cdbeaa7a056207c8523
  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