]> 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)
commit464aebb3a97e611da189722d61045e81fe079c14
tree12746239009189e6ab10b0d8d829e5725df5dc9e
parent0a2cfa902d7b5c2d8e80530f8b896cd0bf9ace42
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