]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ntfs/lcnalloc.c
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
[net-next-2.6.git] / fs / ntfs / lcnalloc.c
index 8db4492b139cda83bb6a09d3fdb0b7fe6b898f0b..f2b7f8582c59f0593ffa0207f8e77b243c4d9b54 100644 (file)
@@ -763,7 +763,7 @@ out:
                                        "could allocate up to 0x%llx "
                                        "clusters.",
                                        (unsigned long long)rl[0].lcn,
-                                       (unsigned long long)count - clusters);
+                                       (unsigned long long)(count - clusters));
                /* Deallocate all allocated clusters. */
                ntfs_debug("Attempting rollback...");
                err2 = ntfs_cluster_free_from_rl_nolock(vol, rl);