mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
This commit is contained in:
parent
5ae9fcf8f3
commit
8907547d4b
6 changed files with 20 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue