[Bug 1948] New: RFS mount options for configuration.
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Nov 3 04:17:39 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1948
Summary: RFS mount options for configuration.
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: filesystem
AssignedTo: chrisj at rtems.org
ReportedBy: chrisj at rtems.org
Created attachment 1365
--> https://www.rtems.org/bugzilla/attachment.cgi?id=1365
Add RFS mount options.
The RFS defaults to max_held_buffers or 5. On small cache sizes with a few RFS
file system active this can use up the buffers in the cache causing a deadlock
as the file system waits for a buffer. The RFS need a way to configure the
number of buffers held and to be able to disable the RFS local caching.
The patch add support for "hold-bitmaps,no-local-cache,max-held-bufs=2".
The patch also contains a minor fix for the bdbuf state trace printing.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list