summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/send.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2000-12-11 07:52:47 +0000
committerdillon <dillon@FreeBSD.org>2000-12-11 07:52:47 +0000
commit7317f3870256e3abce6b6ed644bfe2633846aa2e (patch)
treebf983d5d610f0e90f0f96fa9bf8e17f17891ff73 /lib/libc/net/send.c
parent30692b9f99d0418ca6f6ee42ae77302342cbad20 (diff)
downloadFreeBSD-src-7317f3870256e3abce6b6ed644bfe2633846aa2e.zip
FreeBSD-src-7317f3870256e3abce6b6ed644bfe2633846aa2e.tar.gz
Be less conservative with a recently added KASSERT. Certain edge
cases with file fragments and read-write mmap's can lead to a situation where a VM page has odd dirty bits, e.g. 0xFC - due to being dirtied by an mmap and only the fragment (representing a non-page-aligned end of file) synced via a filesystem buffer. A correct solution that guarentees consistent m->dirty for the file EOF case is being worked on. In the mean time we can't be so conservative in the KASSERT.
Diffstat (limited to 'lib/libc/net/send.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud