Fix various file system warnings
Change-Id: Ied10498c3ae14f9f2fd06914f23239df330fa296
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user