From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265971AbUGIWGr (ORCPT ); Fri, 9 Jul 2004 18:06:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265985AbUGIWGr (ORCPT ); Fri, 9 Jul 2004 18:06:47 -0400 Received: from [213.146.154.40] ([213.146.154.40]:64689 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S265971AbUGIWGp (ORCPT ); Fri, 9 Jul 2004 18:06:45 -0400 Date: Fri, 9 Jul 2004 23:06:44 +0100 From: Christoph Hellwig To: "Luck, Tony" Cc: linux-kernel@vger.kernel.org Subject: Re: Modular filesystem using drop_inode would need inode_lock Message-ID: <20040709220644.GA6945@infradead.org> Mail-Followup-To: Christoph Hellwig , "Luck, Tony" , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2004 at 02:43:32PM -0700, Luck, Tony wrote: > This is mostly a logical inconsistency at the moment (since the > only filesystem that has a "drop_inode" function defined in its > super_operations is hugetlbfs, and it is unlikely to move out of And btw, ->drop_inode usage in hugetlbfs is also a really bad idea, it's duplicating large parts of fs/inode.c and is already missing all kinds of updates.