]> git.hungrycats.org Git - linux/commit
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)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:15:35 +0000 (08:15 -0500)
commite9c4b3b617474bdf6d6f4a345e462375e6a2a9c0
tree1c76949131603c67be9636759cccb8c31305c79a
parentf19c23cdb2d38282b7bf9b6438e7ee57dbda5310
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>
(cherry picked from commit 5ed5f5884116e3841da626d201ef068f23232a3a)
fs/btrfs/super.c