Re: [PATCH] thunderbolt: debugfs: Replace get_zeroed_page() with kzalloc()
"Mahad Ibrahim" <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Some context I meant to include below the --- and accidentally forgot: Mike Rapoport is running a broader effort to move allocations that do not need struct page access off the page allocator. He does not seem to be maintaining a tree for it, so landing this via your own tree would be appreciated. The buffer is kept at PAGE_SIZE to preserve the existing truncation behaviour. If you would prefer it sized to the actual write instead, I can send a v2. Best regards, Mahad Ibrahim