]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: insert_new_root: Fix lock type of the extent buffer.
authorchandan <chandan@linux.vnet.ibm.com>
Thu, 15 Jan 2015 06:52:03 +0000 (12:22 +0530)
committerChris Mason <clm@fb.com>
Thu, 22 Jan 2015 13:42:23 +0000 (05:42 -0800)
commitccd096a161572a575e5776145e16c031c624d97b
tree6df4dfab0a5e36cae8408773c306189ed9ac5bb0
parent411125440c44ce42bbe2ebe8f6a0ea19ea53854f
Btrfs: insert_new_root: Fix lock type of the extent buffer.

btrfs_alloc_tree_block() returns an extent buffer on which a blocked lock has
been taken. Hence assign the appropriate value to path->locks[level].

Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.c