mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +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
|
@ -1802,7 +1802,7 @@ static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol)
|
|||
return PTR_ERR(rl);
|
||||
}
|
||||
mft_ni->runlist.rl = rl;
|
||||
ntfs_debug("Allocated %lli clusters.", nr);
|
||||
ntfs_debug("Allocated %lli clusters.", (long long)nr);
|
||||
/* Find the last run in the new runlist. */
|
||||
for (; rl[1].length; rl++)
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue