Btrfs: Remove superfluous casts from u64 to unsigned long long
[deliverable/linux.git] / fs / btrfs / dev-replace.c
index 4253ad580e391489c71c671df92450f048d29aae..e34e72f3e1aa6991d02fdfb96d6825489e1e8cdc 100644 (file)
@@ -148,7 +148,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" "srcdev (devid %llu) is missing, need to run 'btrfs dev scan'?\n",
-                               (unsigned long long)src_devid);
+                               src_devid);
                }
                if (!dev_replace->tgtdev &&
                    !btrfs_test_opt(dev_root, DEGRADED)) {
This page took 0.064841 seconds and 5 git commands to generate.