From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21146 invoked by alias); 24 Jan 2007 22:06:14 -0000 Received: (qmail 21131 invoked by uid 9447); 24 Jan 2007 22:06:13 -0000 Date: Wed, 24 Jan 2007 22:06:00 -0000 Message-ID: <20070124220613.21129.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/activate activate.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00033.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2007-01-24 22:06:12 Modified files: lib/activate : activate.c Log message: fix earlier checkin Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/activate/activate.c.diff?cvsroot=lvm2&r1=1.118&r2=1.119 --- LVM2/lib/activate/activate.c 2007/01/24 16:51:23 1.118 +++ LVM2/lib/activate/activate.c 2007/01/24 22:06:11 1.119 @@ -651,7 +651,7 @@ int r = 1; struct list *tmp; struct lv_segment *seg; - int (*monitor_fn) (struct cmd_context *c, struct lv_segment *s, int e); + int (*monitor_fn) (struct lv_segment *s, int e); /* * Nothing to do if dmeventd configured not to be used.