]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: use common work instead of delayed work
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 15 Nov 2012 08:14:47 +0000 (08:14 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 14:36:37 +0000 (09:36 -0500)
commit83c7bb9681230d33abc331faf6609055902fab73
tree12746239009189e6ab10b0d8d829e5725df5dc9e
parentd5934e289c82286fd3eaafdae8ab79120d16b6ef
Btrfs: use common work instead of delayed work

Since we do not want to delay the async transaction commit, we should
use common work, not delayed work.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
fs/btrfs/transaction.c