From: Erez_Zadok Date: Thu, 6 Sep 2007 04:40:02 +0000 (-0400) Subject: Unionfs: documentation updates X-Git-Tag: unionfs-2.1.3~6 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=c53c181e3791eccac2400e98c5833b15c3111e0f;p=unionfs-2.6.39.y.git Unionfs: documentation updates Signed-off-by: Erez Zadok --- diff --git a/Documentation/filesystems/unionfs/concepts.txt b/Documentation/filesystems/unionfs/concepts.txt index eb74aacbcc5..35ddceaed55 100644 --- a/Documentation/filesystems/unionfs/concepts.txt +++ b/Documentation/filesystems/unionfs/concepts.txt @@ -104,7 +104,7 @@ longer in sync with its lower counterparts, then we rebuild that object similarly to how we do so for branch-management. While rebuilding Unionfs's objects, we also purge any page mappings and -truncate inode pages (see fs/Unionfs/dentry.c:purge_inode_data). This is to +truncate inode pages (see fs/unionfs/dentry.c:purge_inode_data). This is to ensure that Unionfs will re-get the newer data from the lower branches. We perform this purging only if the Unionfs operation in question is a reading operation; if Unionfs is performing a data writing operation (e.g., ->write,