Add quota deadlocks as a defect to be resolved before 6.1R.
Submitted by: kris
This commit is contained in:
parent
7d7d030589
commit
15177201bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26973
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.3 2006/01/26 07:41:46 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.4 2006/01/26 09:57:12 murray Exp $">
|
||||
<!ENTITY local.rel "6.1">
|
||||
<!ENTITY title "FreeBSD 6.1 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
|
@ -66,6 +66,13 @@
|
|||
<td>panics from race conditions.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>quota deadlocks</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td></td>
|
||||
<td>Quota support is not locked properly and causes deadlocks.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS deadlocks on amd64</td>
|
||||
<td>&status.unknown;</td>
|
||||
|
|
Loading…
Reference in a new issue