Home
last modified time | relevance | path

Searched hist:"21 bd68f1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/afs/
H A Dwrite.c21bd68f1 Sat Apr 13 02:37:37 CDT 2019 Marc Dionne <marc.dionne@auristor.com> afs: Unlock pages for __pagevec_release()

__pagevec_release() complains loudly if any page in the vector is still
locked. The pages need to be locked for generic_error_remove_page(), but
that function doesn't actually unlock them.

Unlock the pages afterwards.

Signed-off-by: Marc Dionne <marc.dionne@auristor.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Jonathan Billings <jsbillin@umich.edu>
21bd68f1 Sat Apr 13 02:37:37 CDT 2019 Marc Dionne <marc.dionne@auristor.com> afs: Unlock pages for __pagevec_release()

__pagevec_release() complains loudly if any page in the vector is still
locked. The pages need to be locked for generic_error_remove_page(), but
that function doesn't actually unlock them.

Unlock the pages afterwards.

Signed-off-by: Marc Dionne <marc.dionne@auristor.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Jonathan Billings <jsbillin@umich.edu>