Currently the file system is mounted at OS boot using SYS_INIT(). The file system is also created at the same time if there is no file system found. This does not give control to app to create and mount file systems according to its requirement.
Create APIs that will give control to app for creating and mounting the file system.
Reported by Ramesh Thomas:
Currently the file system is mounted at OS boot using SYS_INIT(). The file system is also created at the same time if there is no file system found. This does not give control to app to create and mount file systems according to its requirement.
Create APIs that will give control to app for creating and mounting the file system.
(Imported from Jira ZEP-903)