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

--- Comment #1 from Conrad Meyer <c...@freebsd.org> ---
Looks like F_READAHEAD on devfs.  The problematic code is a handcoded
roundup(arg, bsize).  It seems like possible solutions would be either not
rounding the arg when bsize==0, or EINVALing the request.

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

Reply via email to