]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix unprotected alloc list insertion during the finishing procedure of replace
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 30 Jan 2014 08:46:54 +0000 (16:46 +0800)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:15:38 +0000 (15:15 -0400)
commit653f55f2b46204fbfa84a386aa1cad20fe3c8968
tree34a873797c1cb54e999afd63c46f2927510b159a
parentb5d1d49967c86278d133bf4adb60c2076d071237
Btrfs: fix unprotected alloc list insertion during the finishing procedure of replace

the alloc list of the filesystem is protected by ->chunk_mutex, we need
get that mutex when we insert the new device into the list.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/dev-replace.c