Btrfs: properly clean up btrfs_end_io_wq_cache
authorJosef Bacik <jbacik@fb.com>
Wed, 15 Oct 2014 21:19:59 +0000 (17:19 -0400)
committerChris Mason <clm@fb.com>
Mon, 27 Oct 2014 20:16:53 +0000 (13:16 -0700)
commit5ed5f5884116e3841da626d201ef068f23232a3a
tree8aa9e4e6ddb26bd8fc538880536b8927ddfb9883
parent1a4ed8fdca077d2489ec47d548451be69389e926
Btrfs: properly clean up btrfs_end_io_wq_cache

In one of Dave's cleanup commits he forgot to call btrfs_end_io_wq_exit on
unload, which makes us unable to unload and then re-load the btrfs module.  This
fixes the problem.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Reviewed-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/super.c
This page took 0.03559 seconds and 5 git commands to generate.