Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 16 Nov 2001 08:26:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 16 Nov 2001 08:25:55 -0500 Received: from smtpde02.sap-ag.de ([194.39.131.53]:28819 "EHLO smtpde02.sap-ag.de") by vger.kernel.org with ESMTP id ; Fri, 16 Nov 2001 08:25:43 -0500 From: Christoph Rohland To: Cristiano Paris Cc: Subject: Re: ramfs and inode In-Reply-To: Organisation: SAP LinuxLab Date: 16 Nov 2001 14:25:29 +0100 In-Reply-To: Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SAP: out X-SAP: out Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Cristiano, On Thu, 15 Nov 2001, Cristiano Paris wrote: > I need an explanation, if possible. > > I'm pretty sure that a VFS' inode which refers to a ramfs' file is > never released (i.e. deleted) until that is unlinked. Anyway, I > cannot find a formal verification of this assertion. Yes, that's the way it is designed. The struct inode _is_ the ramfs inode. If you delete the inode, the content is gone... Greetings Christoph - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/