X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fsuper.c;h=a0ca90d9d01d1505eec7949230087ae5110bb2ef;hb=5020cac828f9f6c98a685598599a1dc798712005;hp=e49428592e0403535fb46ff47c8354003e019313;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c index e49428592..a0ca90d9d 100644 --- a/fs/ntfs/super.c +++ b/fs/ntfs/super.c @@ -1190,7 +1190,7 @@ read_partial_upcase_page: goto read_partial_upcase_page; } vol->upcase_len = ino->i_size >> UCHAR_T_SIZE_BITS; - ntfs_debug("Read %llu bytes from $UpCase (expected %zu bytes).", + ntfs_debug("Read %llu bytes from $UpCase (expected %u bytes).", ino->i_size, 64 * 1024 * sizeof(ntfschar)); iput(ino); down(&ntfs_lock);