FreeBSD Bugzilla – Attachment 47665 Details for
Bug 73010
[panic] vnode_pager_getpages: unexpected missing page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-vnode_pager.c
patch-vnode_pager.c (text/plain), 446 bytes, created by
Alan L. Cox
on 2004-12-05 22:21:24 UTC
(
hide
)
Description:
patch-vnode_pager.c
Filename:
MIME Type:
Creator:
Alan L. Cox
Created:
2004-12-05 22:21:24 UTC
Size:
446 bytes
patch
obsolete
>Index: vm/vnode_pager.c >=================================================================== >RCS file: /home/ncvs/src/sys/vm/vnode_pager.c,v >retrieving revision 1.205 >diff -u -r1.205 vnode_pager.c >--- vm/vnode_pager.c 5 Dec 2004 21:48:11 -0000 1.205 >+++ vm/vnode_pager.c 5 Dec 2004 22:17:02 -0000 >@@ -398,7 +398,7 @@ > int voffset; > > GIANT_REQUIRED; >- if ((int) address < 0) >+ if ((int64_t)address < 0) > return -1; > > if (vp->v_mount == NULL)
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 Raw
Actions:
View
Attachments on
bug 73010
: 47665