Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 1998 22:40:05 -0500 (EST)
From:      "John S. Dyson" <dyson@FreeBSD.ORG>
To:        mike@smith.net.au (Mike Smith)
Cc:        hasty@rah.star-gate.com, current@FreeBSD.ORG
Subject:   Re: about my last panic
Message-ID:  <199802150340.WAA00207@dyson.iquest.net>
In-Reply-To: <199802150257.SAA00648@dingo.cdrom.com> from Mike Smith at "Feb 14, 98 06:57:37 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith said:
> 
> What sort of "heavy" I/O are you talking about here?  Are you swapping 
> on this sucker?  Is it actually getting a null transfer?
> 
My previous patch was in error, try this:

Index: vm_pager.c
===================================================================
RCS file: /local/home/ncvs/src/sys/vm/vm_pager.c,v
retrieving revision 1.34
diff -C2 -r1.34 vm_pager.c
*** vm_pager.c	1998/02/06 12:14:29	1.34
--- vm_pager.c	1998/02/15 03:32:58
***************
*** 264,267 ****
--- 264,268 ----
  	bp->b_kvasize = MAXPHYS;
  	bp->b_vnbufs.le_next = NOLIST;
+ 	LIST_FIRST(&bp->b_dep) = NULL;
  }
  

-- 
John                  | Never try to teach a pig to sing,
dyson@freebsd.org     | it just makes you look stupid,
jdyson@nc.com         | and it irritates the pig.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802150340.WAA00207>