extmod/vfs: Allow to statvfs the root directory.

This commit is contained in:
Damien George
2017-06-07 15:17:45 +10:00
parent 551a731755
commit f6ef8e3f17
3 changed files with 35 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
(0, 0, 0, 0, 0, 0, 0, 0, 0, 4096)
/
1 mount False False
['test_mnt']
@@ -36,6 +37,9 @@ OSError
2 umount
OSError
3 mount False False
(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
3 statvfs /
(3,)
3 ilistdir /
['a3']
3 open test r