From: Kirill A. Shutemov Date: Mon, 7 Apr 2014 22:37:21 +0000 (-0700) Subject: mm: cleanup size checks in filemap_fault() and filemap_map_pages() X-Git-Tag: v3.15-rc1~57^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e3e53f4e0fd807607bf381e14f6de8feedd383;p=pandora-kernel.git mm: cleanup size checks in filemap_fault() and filemap_map_pages() Minor cleanups: - 'size' variable is now in bytes, not pages; - use round_up(): it should be easier to read. Signed-off-by: Kirill A. Shutemov Cc: Linus Torvalds Cc: Mel Gorman Cc: Rik van Riel Cc: Andi Kleen Cc: Matthew Wilcox Cc: Dave Hansen Cc: Alexander Viro Cc: Dave Chinner Cc: Ning Qu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed