Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs

Pull btrfs fix from Chris Mason:
"Sage hit a deadlock with ceph on btrfs, and Josef tracked it down to a
regression in our initial rc1 pull. When doing nocow writes we were
sometimes starting a transaction with locks held"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
Btrfs: release path before starting transaction in can_nocow_extent

Changed files
+1
fs
btrfs
+1
fs/btrfs/inode.c
··· 6437 6437 6438 6438 if (btrfs_extent_readonly(root, disk_bytenr)) 6439 6439 goto out; 6440 + btrfs_release_path(path); 6440 6441 6441 6442 /* 6442 6443 * look for other files referencing this extent, if we