Btrfs: fix unprotected system chunk array insertion
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 3 Sep 2014 13:35:39 +0000 (21:35 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:40 +0000 (13:38 -0700)
We didn't protect the system chunk array when we added a new
system chunk into it, it would cause the array be corrupted
if someone remove/add some system chunk into array at the same
time. Fix it by chunk lock.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found