Subject: Re: freezing the scsi bus
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Perry E. Metzger <perry@piermont.com>
List: tech-kern
Date: 07/12/1999 15:05:49
der Mouse <mouse@Rodents.Montreal.QC.CA> writes:
> I could do this via two ioctls (to freeze and unfreeze), except for the
> risk that the process will have to page something in off disk in order
> to unfreeeze the bus.

I suspect if you mlock the pages in this won't be a problem in
practice.

Perry