Release page reference during page fault retry
authorMichel Lespinasse <walken@google.com>
Tue, 2 Nov 2010 20:05:18 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Nov 2010 21:02:31 +0000 (17:02 -0400)
commitd88c0922fa0e2c021a028b310a641126c6d4b7dc
treef6e74b391a526c845cbe44bbc5e6585256a4d097
parenteb8abb927ae2fd1730e24ea94cd9527f3c086292
Release page reference during page fault retry

This slipped by when unifying the filemap and swap versions of
lock_page_or_retry()...

Signed-off-by: Michel Lespinasse <walken@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c