-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Revert "romfs:extend romfs to enable write" #14833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
[Experimental Bot, please feedback here] This PR does not fully meet the NuttX requirements. While it provides some information, it lacks crucial details and context, making it difficult to review effectively. Here's a breakdown of the issues and how to fix them: Summary:
Impact:
Testing:
Example of an improved Summary:
By providing more specific information and context in each section, you'll make it much easier for reviewers to understand your changes, assess their impact, and confidently approve your PR. Remember to follow the NuttX Contributing Guidelines carefully. |
|
Seems all functionality is controlled by |
The feature will migrate to a new file system to avoid affecting romfs. |
could we remove the writeable feature after introducing the new file system? Developers who use this feature could find an alternative solution. |
this implementation is in the partial state, and we decide to stop maintaining this version, so it isn't good to left it in this state to confuse people. |
but once the function is introduced into the community, you can't perceive whether any individual developer is using this feature. Do we have any better solution to give them if the revert this feature? |
As I said we will provide the full implementation after the new file system is stable. |
please provide before revert |
Summary
This reverts commit ac6fff7.
This reverts commit c83e3f6.
This reverts commit 133db24.
This reverts commit 5c1248e.
This reverts commit 2cc850b.
This reverts commit 49cad84.
Remove the patch sets about writable romfs, since the writable feature will migrate to a new file system instead patching romfs inplace.
Impact
romfs , remove the code configed by FS_ROMFS_WRITEABLE
Testing
test about romfs