commit | 29cc83f69c8338ff8fd1383c9be263d4bdf52d73 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Sun May 11 23:14:59 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:47 2014 -0700 |
tree | 287e90273db0c42776c9adb024c8d4700e2d9166 | |
parent | f017f15f7c1893cb518ddae796f3a75c0c413a92 [diff] |
Btrfs: fix NULL pointer crash of deleting a seed device Same as normal devices, seed devices should be initialized with fs_info->dev_root as well, otherwise we'll get a NULL pointer crash. Cc: Chris Murphy <lists@colorremedies.com> Reported-by: Chris Murphy <lists@colorremedies.com> Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Chris Mason <clm@fb.com>