Files
kernel_arpi/include/linux
Kirill A. Shutemov 10ed634152 mm/page_ext.c: constify lookup_page_ext() argument
lookup_page_ext() finds 'struct page_ext' for a given page.  It requires
only read access to the given struct page.

Current implemnentation takes 'struct page *' as an argument.  It makes
compiler complain when 'const struct page *' passed.

Change the argument to 'const struct page *'.

Link: http://lkml.kernel.org/r/20180531135457.20167-3-kirill.shutemov@linux.intel.com
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Vinayak Menon <vinmenon@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-08-17 16:20:28 -07:00
..
2018-06-18 21:32:15 +02:00
2018-08-09 14:05:30 -07:00
2018-06-15 18:10:01 -03:00
2018-07-24 14:43:26 -06:00
2018-06-15 18:10:01 -03:00
2018-06-19 10:06:29 -07:00
2018-06-19 10:06:29 -07:00
2018-07-22 14:13:43 +02:00
2018-07-12 10:04:29 -04:00
2018-08-17 16:20:28 -07:00
2018-07-03 18:33:19 -04:00
2018-06-22 13:43:27 +09:00
2018-06-22 13:43:27 +09:00
2018-06-21 17:39:18 +02:00
2018-06-21 12:33:21 +02:00
2018-07-12 21:35:28 +02:00
2018-08-15 14:59:03 -05:00
2018-07-19 11:34:23 +01:00
2018-07-25 13:41:22 -07:00
2018-07-20 01:11:45 +02:00
2018-08-02 17:33:06 -04:00
2018-06-29 08:48:06 -06:00
2018-07-03 09:20:44 +02:00
2018-06-20 11:35:56 +02:00