Mark the entry of "panic: handle_written_inodeblock:
live inodedep" problem as "Needs Testing". MFC of ffs_softdep.c rev.1.185 should solve this issue. Thanks to: tegge and truckman
This commit is contained in:
parent
9ae3ed0bee
commit
d1a120eeaa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25793
1 changed files with 7 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.40 2005/09/29 18:40:44 rwatson Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.41 2005/09/29 20:58:51 rwatson Exp $">
|
||||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -184,14 +184,6 @@
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons143.html">http://www.holm.cc/stress/log/cons143.html</a>.</td>
|
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons143.html">http://www.holm.cc/stress/log/cons143.html</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>panic: handle_written_inodeblock: live inodedep</td>
|
|
||||||
<td>&status.unknown;</td>
|
|
||||||
<td> </td>
|
|
||||||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons142.html">http://www.holm.cc/stress/log/cons142.html</a>.</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Documentation items that must be resolved for 6.0</h3>
|
<h3>Documentation items that must be resolved for 6.0</h3>
|
||||||
|
@ -400,6 +392,12 @@
|
||||||
to 7-CURRENT in the CVS HEAD, and merged to RELENG_6.</td>
|
to 7-CURRENT in the CVS HEAD, and merged to RELENG_6.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>panic: handle_written_inodeblock: live inodedep</td>
|
||||||
|
<td>&status.untested;</td>
|
||||||
|
<td>&a.truckman; and &a.tegge;</td>
|
||||||
|
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons142.html">http://www.holm.cc/stress/log/cons142.html</a>.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Stress Test Panics</h3>
|
<h3>Stress Test Panics</h3>
|
||||||
|
|
Loading…
Reference in a new issue