David Howells <dhowe...@redhat.com> 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