git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca59f4
)
fat: i_blocks warning fix
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Thu, 6 Nov 2008 20:53:58 +0000
(12:53 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 6 Nov 2008 23:41:22 +0000
(15:41 -0800)
blkcnt_t type depends on CONFIG_LSF. Use unsigned long long always for
printk(). But lazy to type it, so add "llu" and use it.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found