]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: drop chunk locks at the end of close_ctree
authorDavid Sterba <dsterba@suse.com>
Thu, 22 Jun 2017 01:59:40 +0000 (03:59 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:04 +0000 (16:12 +0200)
commit75ff14243e3485dc60e617c3fee4f6952b401cd0
treec4adcab287d6ec31cd1dd5b4949f4ce67121b0ac
parent5f9d8932c60107f2f746e881d08076e9f07f5057
btrfs: drop chunk locks at the end of close_ctree

The pinned chunks might be left over so we clean them but at this point
of close_ctree, there's noone to race with, the locking can be removed.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c