From dac22bfe618b456e6dabf4c455e50495ceed895b Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Thu, 6 Sep 2007 00:40:02 -0400 Subject: [PATCH] Unionfs: documentation updates Signed-off-by: Erez Zadok --- Documentation/filesystems/unionfs/concepts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0