]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit74c40f925e0d8e1ddfe5f9fc410b4c2f6c70acf5
treec64fc3a86456f87fe6b96171c0505edfb3d99b6f
parentefe120a067c8674a8ae21b194f0e68f098b61ee2
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 <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/delayed-inode.c