From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965062AbWIENke (ORCPT ); Tue, 5 Sep 2006 09:40:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965060AbWIENke (ORCPT ); Tue, 5 Sep 2006 09:40:34 -0400 Received: from mx1.redhat.com ([66.187.233.31]:480 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S965050AbWIENka (ORCPT ); Tue, 5 Sep 2006 09:40:30 -0400 From: David Howells In-Reply-To: <1157460815.5621.10.camel@localhost> References: <1157460815.5621.10.camel@localhost> <1157421445.5510.13.camel@localhost> <20060901195009.187af603.akpm@osdl.org> <20060831102127.8fb9a24b.akpm@osdl.org> <20060830135503.98f57ff3.akpm@osdl.org> <20060830125239.6504d71a.akpm@osdl.org> <20060830193153.12446.24095.stgit@warthog.cambridge.redhat.com> <27414.1156970238@warthog.cambridge.redhat.com> <9849.1157018310@warthog.cambridge.redhat.com> <9534.1157116114@warthog.cambridge.redhat.com> <20060901093451.87aa486d.akpm@osdl.org> <1157130044.5632.87.camel@localhost> <28945.1157370732@warthog.cambridge.redhat.com> <1157376295.3240.13.camel@raven.themaw.net> <4012.1157450226@warthog.cambridge.redhat.com> <1157460472.5621.3.camel@localhost> To: Trond Myklebust Cc: David Howells , Ian Kent , Andrew Morton , torvalds@osdl.org, steved@redhat.com, linux-fsdevel@vger.kernel.org, linux-cachefs@redhat.com, nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] Permit filesystem local caching and NFS superblock sharing [try #13] X-Mailer: MH-E 8.0; nmh 1.1; GNU Emacs 22.0.50 Date: Tue, 05 Sep 2006 14:40:23 +0100 Message-ID: <11442.1157463623@warthog.cambridge.redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Trond Myklebust wrote: > > That is fine. As long as it is doing so in the _autofs_ filesystem. A > > call to 'stat()' should suffice to tell if this is the case. > > I meant statfs(). stat() too: st_dev. David