From owner-freebsd-geom@FreeBSD.ORG Wed Oct 5 05:07:19 2011 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D57B1065687; Wed, 5 Oct 2011 05:07:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward9.mail.yandex.net (forward9.mail.yandex.net [77.88.61.48]) by mx1.freebsd.org (Postfix) with ESMTP id 353998FC17; Wed, 5 Oct 2011 05:07:19 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward9.mail.yandex.net (Yandex) with ESMTP id 3165BCE14A6; Wed, 5 Oct 2011 09:07:17 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317791237; bh=uxuZyah2sD/7mNJwzhnDgRbwQA6mNzjVYqd7szj+mO4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SFuLSgSecbXDSaWgqGXdoIXYwzoS5kBWgnzmMSiaY4XBET3Io7EtzkIN9TQXJhpta t9XUpA6JDNpmcJqkghbk69z+I2orzgx9yNQVPIYpaZxASzeGC+kLGf84GHzfHQo4Ps y8ahXu33j9eb0HYdOzxA/GTwW5084uQbB1o0lcPU= Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id EFFBA1B603D1; Wed, 5 Oct 2011 09:07:16 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317791237; bh=uxuZyah2sD/7mNJwzhnDgRbwQA6mNzjVYqd7szj+mO4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SFuLSgSecbXDSaWgqGXdoIXYwzoS5kBWgnzmMSiaY4XBET3Io7EtzkIN9TQXJhpta t9XUpA6JDNpmcJqkghbk69z+I2orzgx9yNQVPIYpaZxASzeGC+kLGf84GHzfHQo4Ps y8ahXu33j9eb0HYdOzxA/GTwW5084uQbB1o0lcPU= Received: from mail.kirov.so-ups.ru (mail.kirov.so-ups.ru [178.74.170.1]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 7GeCTr9D-7GeC1KVE; Wed, 5 Oct 2011 09:07:16 +0400 X-Yandex-Spam: 1 Message-ID: <4E8BE604.7090803@yandex.ru> Date: Wed, 05 Oct 2011 09:07:16 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: lev@FreeBSD.org References: <1927112464.20111004220507@serebryakov.spb.ru> In-Reply-To: <1927112464.20111004220507@serebryakov.spb.ru> X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: Alexander Motin , current@freebsd.org, freebsd-geom@FreeBSD.org Subject: Re: RFC: Project geom-events X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 05:07:19 -0000 On 04.10.2011 22:05, Lev Serebryakov wrote: > So, here it is. GEOM Events. > > Project consists of several parts (all are ready and commited to > project branch!): > Hi, Lev > (5) Changes in all geom classes to post these events. It seems that you could change only geom_dev.c to get most of what you want. Actually, the part of your changes related to the DISCONNECT events, and maybe DESTROY events could be implemented in the geom_dev. -- WBR, Andrey V. Elsukov