From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757784AbYGDGpr (ORCPT ); Fri, 4 Jul 2008 02:45:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752713AbYGDGpf (ORCPT ); Fri, 4 Jul 2008 02:45:35 -0400 Received: from rv-out-0506.google.com ([209.85.198.235]:31792 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbYGDGpe (ORCPT ); Fri, 4 Jul 2008 02:45:34 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=oi9PHL0rKgJbPMyf+b+wQqF7RgadcLRUQFaK9lPTlDWW3sEhHSfJazHuwkX2XAdMSF rPl2tZFAepnl+ZIfieS4cHHzFy7byfShTJ5EMAolYpGpxONoV193jRzBLcinoWSWhUrj Jg51rXBoNapWhgPkofy478FGQew4hOyDFV/Nc= Message-ID: <486DC6D2.6020303@gmail.com> Date: Fri, 04 Jul 2008 15:44:34 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: "Eric W. Biederman" CC: Greg Kroah-Hartman , Andrew Morton , Daniel Lezcano , linux-kernel@vger.kernel.org, Al Viro , Linux Containers , Benjamin Thery , netdev@vger.kernel.org Subject: Re: [PATCH 07/15] sysfs: sysfs_chmod_file handle multiple superblocks References: <20080618170729.808539948@theryb.frec.bull.fr> <4869D314.5030403@gmail.com> <486A0751.9080602@gmail.com> <486AF4FA.8020805@gmail.com> <486B060C.7030607@gmail.com> <486C4515.1070007@gmail.com> <486CB051.5000507@fr.ibm.com> <486CF71F.5090405@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eric W. Biederman wrote: > Teach sysfs_chmod_file how to handle multiple sysfs superblocks. > Since we only have one inode per sd the only thing we have to deal > with is multiple dentries for sending fs notifications. This might > dup the inode notifications oh well. > > Signed-off-by: Eric W. Biederman Great, Acked-by: Tejun Heo -- tejun