From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 01/20] sysfs: Implement sysfs_rename_link Date: Thu, 21 May 2009 10:49:07 +0900 Message-ID: <4A14B313.8030700@kernel.org> References: <1242865694-2100-1-git-send-email-ebiederm@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Cornelia Huck , linux-fsdevel@vger.kernel.org, Benjamin Thery , Daniel Lezcano , "Eric W. Biederman" To: "Eric W. Biederman" Return-path: Received: from hera.kernel.org ([140.211.167.34]:36238 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753805AbZEUBtU (ORCPT ); Wed, 20 May 2009 21:49:20 -0400 In-Reply-To: <1242865694-2100-1-git-send-email-ebiederm@xmission.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Eric W. Biederman wrote: > From: Eric W. Biederman > > Because of rename ordering problems we occassionally give false > warnings about invalid sysfs operations, so implement a helper > function for this common sysfs idiom. > > This is a stripped down version of an earlier patch that > also added sysfs_delete_link. > > Cc: Benjamin Thery > Cc: Daniel Lezcano > Cc: Tejun Heo > Signed-off-by: Eric W. Biederman I think this has been brought up before but can you please use --no-chain-reply-to? It's painful to follow the deep nesting. Thanks. -- tejun