]> git.openfabrics.org - ~emulex/infiniband.git/commit
Btrfs: fix unprotected assignment of the target device
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 3 Sep 2014 13:35:32 +0000 (21:35 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:31 +0000 (13:38 -0700)
commit1c43366d3b3f0fa6c6e81aaf3aa18e0550245dad
treee5800ddfd965032bcd139ff4595e64d3868a6a5c
parentc7662111c741bc04a7192f2a00aad608cbc0b205
Btrfs: fix unprotected assignment of the target device

We didn't protect the assignment of the target device, it might cause the
problem that the super block update was skipped because we might find wrong
size of the target device during the assignment. Fix it by moving the
assignment sentences into the initialization function of the target device.
And there is another merit that we can check if the target device is suitable
more early.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/dev-replace.c
fs/btrfs/volumes.c
fs/btrfs/volumes.h