[Bug 236472] [FUSE] fuse(4) ignores the max_readahead parameter

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 11 18:21:04 UTC 2019


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: bugs at FreeBSD.org
          Reporter: asomers at FreeBSD.org

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.


More information about the freebsd-bugs mailing list