diff options
author | Miao Xie <miaox@cn.fujitsu.com> | 2014-09-03 21:35:32 +0800 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-09-17 13:38:31 -0700 |
commit | 1c43366d3b3f0fa6c6e81aaf3aa18e0550245dad (patch) | |
tree | e5800ddfd965032bcd139ff4595e64d3868a6a5c /fs/btrfs/check-integrity.c | |
parent | c7662111c741bc04a7192f2a00aad608cbc0b205 (diff) | |
download | talos-op-linux-1c43366d3b3f0fa6c6e81aaf3aa18e0550245dad.tar.gz talos-op-linux-1c43366d3b3f0fa6c6e81aaf3aa18e0550245dad.zip |
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>
Diffstat (limited to 'fs/btrfs/check-integrity.c')
0 files changed, 0 insertions, 0 deletions