I think I'm up to date :) ... Unfortunately I won't be able to try out
your fix until this evening :( ...

Cheers,

Andrew.

--

$ ident swap_pager.c
swap_pager.c:
     $Id: swap_pager.c,v 1.121 1999/07/16 05:11:35 alc Exp $

$ grep BUF_KERNPROC swap_pager.c
        BUF_KERNPROC(bp);
                        BUF_KERNPROC(bp);



On Mon, 19 Jul 1999, Kirk McKusick wrote:

> Date: Mon, 19 Jul 1999 21:59:51 -0700
> From: Kirk McKusick <[EMAIL PROTECTED]>
> To: "Atrens, Andrew (A.B.) [EXCHANGE:SKY:1U33:BNR]"
    <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: lockmanager panic
> 
> Please be sure that you are running with vm/swap_pager.c
> at version 1.120 or later. In particular, you should have
> two calls to the macro BUF_KERNPROC in that file. If you
> are missing those two calls, you will get the panic. If
> you do have those two calls in that code, then (and *only*
> then) try the following patch to see if it helps. It is
> making use of BUF_KERNPROC for cases in which it is not
> intended, but if it gets around your current problem, then
> gives a good indication of what to look for as a real fix.
> 
>       Kirk McKusick



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to