https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240061
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #1 from Mark Johnston <[email protected]> --- Out of curiosity, how did you come to notice this behaviour? I think the solution you proposed would solve the problem. We would want to ensure that the restrictions specified in vm_object_advice_applies() are checked before modifying the object chain. In particular, MADV_FREE only marks pages clean at the MI layer if the object is anonymous and is mapped into no more than one address space. For OBJT_VNODE mappings, MADV_FREE does not clear the MI dirty bits or requeue the page, but it will clear the dirty bit from PTEs in the specified range. -- 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]"
