From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ram Pai Subject: Re: [PATCH] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt Date: Tue, 31 Aug 2010 11:34:52 -0700 Message-ID: <20100831183452.GC16079@ram-laptop> References: <20100830212311.GC2444@shell> Reply-To: Ram Pai Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, Ram Pai To: Valerie Aurora Return-path: Received: from e9.ny.us.ibm.com ([32.97.182.139]:60153 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750720Ab0HaSe6 (ORCPT ); Tue, 31 Aug 2010 14:34:58 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e9.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o7VIGiT9026940 for ; Tue, 31 Aug 2010 14:16:44 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7VIYteh1941602 for ; Tue, 31 Aug 2010 14:34:56 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o7VIYtkj027335 for ; Tue, 31 Aug 2010 15:34:55 -0300 Content-Disposition: inline In-Reply-To: <20100830212311.GC2444@shell> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Aug 30, 2010 at 05:23:12PM -0400, Valerie Aurora wrote: > Documentation: Fix trivial typo in filesystems/sharedsubtree.txt > > This typo is easy to ignore unless you have spent a great deal of time > thinking about how to eliminate duplicate dentries in unions. > > Signed-off-by: Valerie Aurora > > diff --git a/Documentation/filesystems/sharedsubtree.txt b/Documentation/filesystems/sharedsubtree.txt > index fc0e39a..4ede421 100644 > --- a/Documentation/filesystems/sharedsubtree.txt > +++ b/Documentation/filesystems/sharedsubtree.txt > @@ -62,10 +62,10 @@ replicas continue to be exactly same. > # mount /dev/sd0 /tmp/a > > #ls /tmp/a > - t1 t2 t2 > + t1 t2 t3 > > #ls /mnt/a > - t1 t2 t2 > + t1 t2 t3 > > Note that the mount has propagated to the mount at /mnt as well. Ack. RP