From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [linux-lvm] 2.4.17rc2 References: <20011221022542.GH15643@auctionwatch.com> From: Urs Thuermann In-Reply-To: <20011221022542.GH15643@auctionwatch.com>; from Petro on Thu, 20 Dec 2001 18:25:42 -0800 Message-Id: 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: Date: Sat Dec 22 02:28:01 2001 List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com Petro writes: > Did a bunch of stuff get updated in the 2.4.17rc2 kernel? I ask because > I just applied that patch to 2.4.16, and at one point patch stated it > looked like a patch had already been applied. Yes, you probably mean the patch from patch-2.4.17 --- linux-2.4.16/drivers/md/lvm-snap.c Mon Nov 12 17:34:20 2001 +++ linux/drivers/md/lvm-snap.c Fri Dec 21 16:40:32 2001 @@ -542,8 +542,6 @@ void lvm_snapshot_release(lv_t * lv) { - int nbhs = KIO_MAX_SECTORS; - if (lv->lv_block_exception) { vfree(lv->lv_block_exception); which seems already to be in LVM-1.0.1. This patch in uncritical anyway since it does nothing, except cosmetic cleanup (removal of unused variable). urs