[Bug 276002] nfscl: data corruption using both copy_file_range and mmap'd I/O
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 23:03:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276002 --- Comment #41 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Konstantin Belousov from comment #38) I now believe that if this patch could work, we need to check both for writeable mappings (writeable > 0) or for previous existence of mappings that dirtied the vnode (vm_object_might_be_dirty()). I updated the patch on my WIP branch for testing. -- You are receiving this mail because: You are the assignee for the bug.