[linux-lvm] Kernel panic while snapshotting.

Stephen Tweedie sct at redhat.com
Sat Jan 20 15:42:43 UTC 2001


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



More information about the linux-lvm mailing list