Fix various file system warnings

Change-Id: Ied10498c3ae14f9f2fd06914f23239df330fa296
This commit is contained in:
David van Moolenbroek
2013-08-31 22:59:44 +02:00
committed by Lionel Sambuc
parent cc810ee4d9
commit dc1c50abf2
6 changed files with 12 additions and 11 deletions

View File

@@ -93,7 +93,7 @@ int fs_statvfs()
struct statvfs st;
struct super_block *sp;
int r, scale;
uint64_t used;
u64_t used;
sp = get_super(fs_dev);