Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281212
| From | Dave Hansen <dave.hansen@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/9] rmap: support file THP |
| Date | 2015-12-01 22:00 +0100 |
| Message-ID | <qB0bM-6as-21@gated-at.bofh.it> (permalink) |
| References | <qwkkN-1pG-3@gated-at.bofh.it> <qwkkO-1pG-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/18/2015 03:25 PM, Kirill A. Shutemov wrote: > -void page_add_file_rmap(struct page *page) > +void page_add_file_rmap(struct page *page, bool compound) I take it we have to pass 'compound' in explicitly because PageCompound() could be true, but we don't want to do a compound mapping. This is true for those weirdo sound driver allocations and a few other ones, right? Or is there something else? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 6/9] rmap: support file THP Dave Hansen <dave.hansen@intel.com> - 2015-12-01 22:00 +0100
csiph-web