Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761588AbXEXAgx (ORCPT ); Wed, 23 May 2007 20:36:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758025AbXEXAgW (ORCPT ); Wed, 23 May 2007 20:36:22 -0400 Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:40210 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757606AbXEXAgU (ORCPT ); Wed, 23 May 2007 20:36:20 -0400 From: "Josef 'Jeff' Sipek" To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: akpm@linux-foundation.org, Erez Zadok , "Josef 'Jeff' Sipek" Subject: [PATCH 01/21] Unionfs: Tiny documentation fixups Date: Wed, 23 May 2007 20:35:51 -0400 Message-Id: <11799669711151-git-send-email-jsipek@cs.sunysb.edu> X-Mailer: git-send-email 1.5.2.rc1.165.gaf9b In-Reply-To: <11799669712090-git-send-email-jsipek@cs.sunysb.edu> References: <11799669712090-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 33 From: Erez Zadok Signed-off-by: Erez Zadok Signed-off-by: Josef 'Jeff' Sipek --- Documentation/filesystems/unionfs/usage.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/unionfs/usage.txt b/Documentation/filesystems/unionfs/usage.txt index 13fbcea..1c7554b 100644 --- a/Documentation/filesystems/unionfs/usage.txt +++ b/Documentation/filesystems/unionfs/usage.txt @@ -81,10 +81,10 @@ CACHE CONSISTENCY If you modify any file on any of the lower branches directly, while there is a Unionfs 2.0 mounted above any of those branches, you should tell Unionfs to purge its caches and re-get the objects. To do that, you have to -incremenet the generation number of the superblock using the following +increment the generation number of the superblock using the following command: -# mount -t unionfs -o remount,remount,incgen none MOUNTPOINT +# mount -t unionfs -o remount,incgen none MOUNTPOINT For more information, see . -- 1.5.2.rc1.165.gaf9b - 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/