lkml.org 
[lkml]   [2023]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 4/4] fs/sysv: Replace kmap() with kmap_local_page()
On Thu, Jan 19, 2023 at 04:32:32PM +0100, Fabio M. De Francesco wrote:

> -inline void dir_put_page(struct page *page)
> +inline void dir_put_page(struct page *page, void *page_addr)
> {
> - kunmap(page);
> + kunmap_local(page_addr);

... and that needed to be fixed - at some point "round down to beginning of
page" got lost in rebasing...

\
 
 \ /
  Last update: 2023-03-26 23:48    [W:0.995 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site