From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [RFC] O_NOACC: open without any access Date: Tue, 23 Jun 2009 17:10:52 +0100 Message-ID: <16755.1245773452@redhat.com> References: <20090623170610.7fd8a3f8@lxorguk.ukuu.org.uk> <20090623134640.GA13831@infradead.org> <20090623143408.GA2147@infradead.org> <16370.1245772337@redhat.com> Cc: dhowells@redhat.com, Miklos Szeredi , hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, viro@ZenIV.linux.org.uk, adilger@sun.com, akpm@linux-foundation.org To: Alan Cox Return-path: Received: from mx2.redhat.com ([66.187.237.31]:42632 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757865AbZFWQNp (ORCPT ); Tue, 23 Jun 2009 12:13:45 -0400 In-Reply-To: <20090623170610.7fd8a3f8@lxorguk.ukuu.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Alan Cox wrote: > So how are you going to make that work in conjunction with the in > progress work on doing stuff like revoke(), and with module reference > counting ? Reference count on which module? This would not take a reference on the device driver as it would not refer to it, but would still have a file struct, an inode struct and a dentry struct on the underlying fs. David