zephyr/include/fs
Peter A. Bigot a8b7a21524 subsys/fs: remove ambiguity in readdir results
Existing file system implementations do not provide the special "."
(current) and ".." (parent) directory entries in the readdir results.
littlefs does.

Remove these entries in the abstraction layer.  This simplifies code in
higher level consumers that aren't prepared to see them.  Consumers like
FUSE that need them can put them back without having to worry about
conflicts.

Closes issue #17951

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-08-06 19:39:26 +02:00
..
fcb.h
fs_interface.h subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
fs.h subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
littlefs.h subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
nvs.h