From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 20 Jan 2001 15:42:43 +0000 From: Stephen Tweedie Subject: Re: [linux-lvm] Kernel panic while snapshotting. Message-ID: <20010120154243.F2656@redhat.com> References: <20010119163758.B1874@66bassett.freeserve.co.uk> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: ; from jweber@valinux.com on Fri, Jan 19, 2001 at 09:22:55AM -0800 Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com Hi, On Fri, Jan 19, 2001 at 09:22:55AM -0800, Jay Weber wrote: > Are the LockPage() calls necessary? They are if you are doing kiobuf IO on user virtual addresses, because the 2.2 VM has no other way to synchronise the IO with the dirty flags on the page. For non-user-VA pages, it shouldn't matter. 2.4 does not lock pages in kiobufs at all. --Stephen