linux/fs/fat
OGAWA Hirofumi c3302931db fat: i_blocks warning fix
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>
2008-11-06 15:41:22 -08:00
..
Makefile fat: move fs/vfat/* and fs/msdos/* to fs/fat 2008-11-06 15:41:20 -08:00
cache.c fat: mmu_private race fix 2008-11-06 15:41:21 -08:00
dir.c fat: i_blocks warning fix 2008-11-06 15:41:22 -08:00
fat.h fat: i_blocks warning fix 2008-11-06 15:41:22 -08:00
fatent.c fat: i_blocks warning fix 2008-11-06 15:41:22 -08:00
file.c fat: Fix ATTR_RO for directory 2008-11-06 15:41:21 -08:00
inode.c fat: ->i_pos race fix 2008-11-06 15:41:21 -08:00
misc.c fat: i_blocks warning fix 2008-11-06 15:41:22 -08:00
namei_msdos.c fat: Cleanup msdos_lookup() 2008-11-06 15:41:21 -08:00
namei_vfat.c fat: Kill d_invalidate() in vfat_lookup() 2008-11-06 15:41:21 -08:00