Commit ce89fddf authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

mm/filemap.c: delete duplicated word

parent a1c1dbeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2885,7 +2885,7 @@ static struct page *do_read_cache_page(struct address_space *mapping,
	 * Case a, the page will be up to date when the page is unlocked.
	 *    There is no need to serialise on the page lock here as the page
	 *    is pinned so the lock gives no additional protection. Even if the
	 *    the page is truncated, the data is still valid if PageUptodate as
	 *    page is truncated, the data is still valid if PageUptodate as
	 *    it's a race vs truncate race.
	 * Case b, the page will not be up to date
	 * Case c, the page may be truncated but in itself, the data may still