diff options
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2016-03-15 14:57:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-15 16:55:16 -0700 |
commit | 88193f7ce6657ec4197b1f26b73b37197373b8e6 (patch) | |
tree | 246c8405fb0aea518b25646cfbb0a8e85064da04 /arch/x86/kernel | |
parent | fdf1cdb91b6ab7a8a91df68c384f36b8a0909cab (diff) |
mm: use linear_page_index() in do_fault()
do_fault() assumes that PAGE_SIZE is the same as PAGE_CACHE_SIZE. Use
linear_page_index() to calculate pgoff in the correct units.
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel')
0 files changed, 0 insertions, 0 deletions