Alfred fixed the problem of p_fd corruption in sys/kern/kern_descrip.c 1.129 and

sys/kern/vfs_syscalls.c 1.232. Move this task to 'done' and mark his name.
This commit is contained in:
Seigo Tanimura 2002-04-08 09:29:46 +00:00
parent 8aaacfbd39
commit cdca96a12e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12716

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.67 2002/04/03 05:29:26 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.68 2002/04/07 03:23:12 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -730,6 +730,15 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Lock use of p_fd, which otherwise can result in corrupted
p_fd panics during heavy operation. Start with a global,
and move to per-proc locking. </td>
<td> &a.alfred;, &a.tanimura; </td>
<td> 8 April 2002 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>
@ -876,15 +885,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock use of p_fd, which otherwise can result in corrupted
p_fd panics during heavy operation. Start with a global,
and move to per-proc locking. </td>
<td> &a.tanimura; </td>
<td> 11 March 2002 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Move to shared lock for VOP_GETATTR() to reduce blocking during
frequent lightweight VFS operations. Modify namei() to provide