commit | e1409cef85894f96f4bddc6633d64d1c5275e2a3 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Wed May 15 07:48:16 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri May 17 21:40:30 2013 -0400 |
tree | 712194a90f35e47e18f23b29cc630674befd5fc2 | |
parent | 89042e5ad23d50449691141334f30d53d6271266 [diff] |
Btrfs: fix unprotected root node of the subvolume's inode rb-tree The root node of the rb-tree may be changed, so we should get it under the lock. Fix it. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>