open / readdir for mount point
Brought to you by:
ricky-zheng
For consistancy is it possible to have the directory commands work for the root mount point? That is, if I have three partitons mounted as "/data1", "/data2", "/data3", uffs_opendir and uffs_readdir for "/", it should return data1, data2, and data3. uffs_stat should also work against these mount points.