]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/lguest/page_tables.c: rename do_set_pte()
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 7 Apr 2014 22:37:16 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:35:52 +0000 (16:35 -0700)
commite2cc530628cd2d9d2d0f5ecc6d656f7af72d523b
treee73f6cbc63cb8f9d6ba7fc9a8a20ed42c7422c59
parent4648a4605f6fbc5db697bc33fc0984fc87f3563d
drivers/lguest/page_tables.c: rename do_set_pte()

"mm: introduce vm_ops->map_pages()" wants to export a do_set_pte() from core
kernel.  Rename lguest's do_set_pte() to something more lguest-specific.

Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/lguest/page_tables.c