diff options
Diffstat (limited to 'fs/btrfs/dev-replace.c')
-rw-r--r-- | fs/btrfs/dev-replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index fb0a7fa2f70c..64657b3ae97a 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c | |||
@@ -542,7 +542,7 @@ static int btrfs_dev_replace_finishing(struct btrfs_fs_info *fs_info, | |||
542 | } | 542 | } |
543 | 543 | ||
544 | printk_in_rcu(KERN_INFO | 544 | printk_in_rcu(KERN_INFO |
545 | "BTRFS: dev_replace from %s (devid %llu) to %s) finished\n", | 545 | "BTRFS: dev_replace from %s (devid %llu) to %s finished\n", |
546 | src_device->missing ? "<missing disk>" : | 546 | src_device->missing ? "<missing disk>" : |
547 | rcu_str_deref(src_device->name), | 547 | rcu_str_deref(src_device->name), |
548 | src_device->devid, | 548 | src_device->devid, |