Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant
[linux-drm-fsl-dcu.git] / fs / btrfs / dev-replace.c
index e34e72f3e1aa6991d02fdfb96d6825489e1e8cdc..af800ef677a0d334b0ec84fbae4e0c669e91780d 100644 (file)
@@ -154,7 +154,7 @@ no_valid_dev_replace_entry_found:
                    !btrfs_test_opt(dev_root, DEGRADED)) {
                        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",
-                               (unsigned long long)BTRFS_DEV_REPLACE_DEVID);
+                               BTRFS_DEV_REPLACE_DEVID);
                }
                if (dev_replace->tgtdev) {
                        if (dev_replace->srcdev) {