From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gproxy5-pub.mail.unifiedlayer.com (gproxy5-pub.mail.unifiedlayer.com [67.222.38.55]) by lists.ozlabs.org (Postfix) with SMTP id 3rgdLd0RfFzDqhC for ; Fri, 1 Jul 2016 10:58:00 +1000 (AEST) Subject: Re: [PATCH v2 05/12] aoeblk: Generate uevent after attribute available To: Fam Zheng , linux-kernel@vger.kernel.org References: <20160630015953.6888-1-famz@redhat.com> <20160630015953.6888-6-famz@redhat.com> Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Jens Axboe , Jiri Kosina , "Michael S. Tsirkin" , Minchan Kim , Nitin Gupta , Sergey Senozhatsky , Shaohua Li , Ulf Hansson , David Woodhouse , Brian Norris , Keith Busch , linuxppc-dev@lists.ozlabs.org, linux-block@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-raid@vger.kernel.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-nvme@lists.infradead.org, Christoph Hellwig From: Ed Cashin Message-ID: <5775C009.3010000@acm.org> Date: Thu, 30 Jun 2016 20:57:45 -0400 MIME-Version: 1.0 In-Reply-To: <20160630015953.6888-6-famz@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 06/29/2016 09:59 PM, Fam Zheng wrote: > It is documented that KOBJ_ADD should be generated after the object's > attributes and children are ready. We can achieve this with the new > disk_gen_uevents interface. Looks like an improvement, thanks! -- Ed