Re: [PATCH 1/4] mm/highmem: Lift memcpy_[to|from]_page to core
From: Chaitanya Kulkarni <hidden>
Date: 2021-02-08 04:35:31
Also in:
linux-fsdevel
From: Chaitanya Kulkarni <hidden>
Date: 2021-02-08 04:35:31
Also in:
linux-fsdevel
On 2/7/21 19:13, Ira Weiny wrote:
quoted
quoted
+static inline void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len)How about following ? static inline void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len)It is an easy change and It is up to Andrew. But I thought we were making the line length limit longer now. Ira
True, not sure what is the right thing going forward especially when new changes are mixed with the old ones, I'll leave it to the maintainer to decide.