cvs commit: src/sys/kern uipc_usrreq.c
Alfred Perlstein
alfred at FreeBSD.org
Fri Jul 2 00:42:23 PDT 2004
alfred 2004-07-02 07:40:10 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_usrreq.c
Log:
We allocate an array of pointers to the global file table while
not holding the filelist_lock. This means the filelist can change
size while allocating. Detect this race and retry the allocation.
Revision Changes Path
1.133 +12 -1 src/sys/kern/uipc_usrreq.c
More information about the cvs-all
mailing list