Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
73c4bac7
Commit
73c4bac7
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO
parent
f03e834e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+8
-0
8 additions, 0 deletions
TODO
with
8 additions
and
0 deletions
TODO
+
8
−
0
View file @
73c4bac7
...
...
@@ -1979,6 +1979,14 @@ o File system / Generic drivers (fs/, drivers/)
with a simple directory listing with the 'ls' command which
locks the inode tree while the directory entries are enumerate.
The simplest solution would be change the IPC so that it does
not interact with the inode tree. The simplest IPC change
would be to swith the underlying IPC from Unix domain local
sockets to LocalHost loopback sockets. This would add
overhead of supporting a UDP stack in all configurations.
Another option would be to use shared memory or, perhaps
better, shared memory with a message queue.
Support UserFS is currently marked EXPERIMENTAL to prevent
accidentlly enabling the feature.
Status: Open
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment