FreeBSD Bugzilla – Attachment 56241 Details for
Bug 84903
Incorrect initialization of nswbuf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 829 bytes, created by
Ade Lovett
on 2005-08-14 10:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ade Lovett
Created:
2005-08-14 10:10:11 UTC
Size:
829 bytes
patch
obsolete
>Index: vm_init.c >=================================================================== >RCS file: /home/ncvs/src/sys/vm/vm_init.c,v >retrieving revision 1.46 >diff -u -r1.46 vm_init.c >--- vm_init.c 25 Apr 2005 19:22:05 -0000 1.46 >+++ vm_init.c 9 Aug 2005 01:59:12 -0000 >@@ -124,7 +124,7 @@ > vm_map_startup(); > kmem_init(virtual_avail, virtual_end); > pmap_init(); >- vm_pager_init(); >+ /* vm_pager_init(); */ > } > > void >Index: vm_pager.c >=================================================================== >RCS file: /home/ncvs/src/sys/vm/vm_pager.c,v >retrieving revision 1.105 >diff -u -r1.105 vm_pager.c >--- vm_pager.c 18 May 2005 20:45:33 -0000 1.105 >+++ vm_pager.c 9 Aug 2005 01:59:55 -0000 >@@ -202,6 +202,8 @@ > struct buf *bp; > int i; > >+ vm_pager_init(); >+ > mtx_init(&pbuf_mtx, "pbuf mutex", NULL, MTX_DEF); > bp = swbuf; > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84903
: 56241