]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/reiserfs/stree.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
[mirror_ubuntu-zesty-kernel.git] / fs / reiserfs / stree.c
index dd44468edc2b43927a9f04aa2fc050bb38b9454a..24cbe013240fa6559910942173bf7e89768ec49d 100644 (file)
@@ -2006,7 +2006,7 @@ int reiserfs_do_truncate(struct reiserfs_transaction_handle *th,
                                            &s_search_path) == POSITION_FOUND);
 
        RFALSE(file_size > ROUND_UP(new_file_size),
-              "PAP-5680: truncate did not finish: new_file_size %Ld, current %Ld, oid %d",
+              "PAP-5680: truncate did not finish: new_file_size %lld, current %lld, oid %d",
               new_file_size, file_size, s_item_key.on_disk_key.k_objectid);
 
 update_and_out: