NSH mount command now recognizes the Union file system type
This commit is contained in:
parent
72c5450773
commit
90679a633a
@ -139,6 +139,12 @@ static const char* get_fstype(FAR struct statfs *statbuf)
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FS_UNIONFS
|
||||
case UNIONFS_MAGIC:
|
||||
fstype = "unionfs";
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
fstype = "Unrecognized";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user