]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/btrfs/transaction.c
Btrfs: Remove superfluous casts from u64 to unsigned long long
[mirror_ubuntu-zesty-kernel.git] / fs / btrfs / transaction.c
index e0336b9a438569f13bd3e403cc96115a2520d68e..cac4a3f763230f7e448ca6de68a0859a42b13af8 100644 (file)
@@ -1948,8 +1948,7 @@ int btrfs_clean_one_deleted_snapshot(struct btrfs_root *root)
        list_del_init(&root->root_list);
        spin_unlock(&fs_info->trans_lock);
 
-       pr_debug("btrfs: cleaner removing %llu\n",
-                       (unsigned long long)root->objectid);
+       pr_debug("btrfs: cleaner removing %llu\n", root->objectid);
 
        btrfs_kill_all_delayed_nodes(root);