From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [sysfs] why ->delete_inode() instead of ->clear_inode()? Date: Sat, 29 May 2010 12:36:25 +0100 Message-ID: <20100529113625.GO31073@ZenIV.linux.org.uk> References: <20100529054321.GN31073@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Eric W. Biederman" , linux-fsdevel@vger.kernel.org To: "Eric W. Biederman" Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:43507 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755735Ab0E2Lg1 (ORCPT ); Sat, 29 May 2010 07:36:27 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, May 29, 2010 at 12:06:34AM -0700, Eric W. Biederman wrote: > >From the look of things proc_delete_inode can also be changed to a clear_inode > method if that is preferred. Already that way in the local tree, along with quite a few other filesystems...