OSDN Git Service

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)
commit7892b5afe4a1a00af25107e27357db30434ab876
tree12746239009189e6ab10b0d8d829e5725df5dc9e
parent7b5a1c5310a50abc96c9ca07039688027d0a4282
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