NSH mount command: Add support for TMPFS
This commit is contained in:
parent
a512e7dc1d
commit
5f4060ce1e
@ -109,6 +109,12 @@ static const char* get_fstype(FAR struct statfs *statbuf)
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FS_TMPFS
|
||||
case TMPFS_MAGIC:
|
||||
fstype = "tmpfs";
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FS_BINFS
|
||||
case BINFS_MAGIC:
|
||||
fstype = "binfs";
|
||||
|
Loading…
Reference in New Issue
Block a user