|
@@ -154,7 +154,7 @@ no_valid_dev_replace_entry_found:
|
|
!btrfs_test_opt(dev_root, DEGRADED)) {
|
|
!btrfs_test_opt(dev_root, DEGRADED)) {
|
|
ret = -EIO;
|
|
ret = -EIO;
|
|
pr_warn("btrfs: cannot mount because device replace operation is ongoing and\n" "tgtdev (devid %llu) is missing, need to run btrfs dev scan?\n",
|
|
pr_warn("btrfs: cannot mount because device replace operation is ongoing and\n" "tgtdev (devid %llu) is missing, need to run btrfs dev scan?\n",
|
|
- (unsigned long long)BTRFS_DEV_REPLACE_DEVID);
|
|
|
|
|
|
+ BTRFS_DEV_REPLACE_DEVID);
|
|
}
|
|
}
|
|
if (dev_replace->tgtdev) {
|
|
if (dev_replace->tgtdev) {
|
|
if (dev_replace->srcdev) {
|
|
if (dev_replace->srcdev) {
|