Re: [PATCHv3 1/2] mm: introduce vm_ops->map_pages()
From: Rusty Russell <hidden>
Date: 2014-03-05 00:04:15
Also in:
linux-fsdevel, lkml
From: Rusty Russell <hidden>
Date: 2014-03-05 00:04:15
Also in:
linux-fsdevel, lkml
Andrew Morton [off-list ref] writes:
On Thu, 27 Feb 2014 21:53:46 +0200 "Kirill A. Shutemov" [off-list ref] wrote:quoted
+ +void do_set_pte(struct vm_area_struct *vma, unsigned long address, + struct page *page, pte_t *pte, bool write, bool anon); #endif /*lguest made a dubious naming decision: drivers/lguest/page_tables.c:890: error: conflicting types for 'do_set_pte' include/linux/mm.h:593: note: previous declaration of 'do_set_pte' was here I'll rename lguest's do_set_pte() to do_guest_set_pte() as a preparatory patch.
s/do_/ if you don't mind; if we're going to prefix it, we don't need the extra verb. Thanks, Rusty. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>