commit | 21bd68f196ca91fc0f3d9bd1b32f6e530e8c1c88 | [log] [tgz] |
---|---|---|
author | Marc Dionne <marc.dionne@auristor.com> | Sat Apr 13 08:37:37 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Apr 13 08:37:37 2019 +0100 |
tree | 0e01dfa194703f30014341624b93bb434cf0f0f1 | |
parent | 8022c4b95c3793d7ba28ab0701ea15b5deb46e02 [diff] |
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>