Re: [PATCH 08/11] afs: Wrap page->private manipulations in inline functions

From: David Howells
Date: Thu Oct 29 2020 - 06:58:30 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> @@ -206,22 +206,20 @@ int afs_write_end(struct file *file, struct address_space *mapping,
> ..
> + SetPagePrivate(page);
> + get_page(page);

Oops. These got accidentally reintroduced due to a merge conflict. I've
removed the addition from this patch.

David