commit | 29c8bbbd6e21daa0997d1c3ee886b897ee7ad652 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Mar 16 16:27:43 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Mar 16 16:27:43 2017 +0000 |
tree | a9c31e12685dee469b3b9e9d1c90f4d6ab9baa76 | |
parent | 69eea5a4ab9c705496e912b55a9d312325de19e6 [diff] |
afs: Fix missing put_page() In afs_writepages_region(), inside the loop where we find dirty pages to deal with, one of the if-statements is missing a put_page(). Signed-off-by: David Howells <dhowells@redhat.com>