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)
commit179e09637c1bb17c0b6fb347353c7c52e6931fa5
treee73f6cbc63cb8f9d6ba7fc9a8a20ed42c7422c59
parent65a6a4105f84f961fb219f5acaf05203f7114cf9
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