https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236472

            Bug ID: 236472
           Summary: [FUSE] fuse(4) ignores the max_readahead parameter
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

A FUSE filesystem can request a max_readahead value from the kernel.  The
kernel isn't supposed to readahead by more than that many bytes.  In
particular, if max_readahead==0, then the kernel is supposed to completely
disable readahead.  But fuse(4) currently ignores this value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to