diff options
Diffstat (limited to 'mm/truncate.c')
-rw-r--r-- | mm/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/truncate.c b/mm/truncate.c index 9838c050e2dd..c35c49e54fb6 100644 --- a/mm/truncate.c +++ b/mm/truncate.c | |||
@@ -84,7 +84,7 @@ EXPORT_SYMBOL(cancel_dirty_page); | |||
84 | 84 | ||
85 | /* | 85 | /* |
86 | * If truncate cannot remove the fs-private metadata from the page, the page | 86 | * If truncate cannot remove the fs-private metadata from the page, the page |
87 | * becomes anonymous. It will be left on the LRU and may even be mapped into | 87 | * becomes orphaned. It will be left on the LRU and may even be mapped into |
88 | * user pagetables if we're racing with filemap_fault(). | 88 | * user pagetables if we're racing with filemap_fault(). |
89 | * | 89 | * |
90 | * We need to bale out if page->mapping is no longer equal to the original | 90 | * We need to bale out if page->mapping is no longer equal to the original |