]> git.karo-electronics.de Git - karo-tx-linux.git/commit
afs: Fix missing put_page()
authorDavid Howells <dhowells@redhat.com>
Thu, 16 Mar 2017 16:27:43 +0000 (16:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 16 Mar 2017 16:27:43 +0000 (16:27 +0000)
commit29c8bbbd6e21daa0997d1c3ee886b897ee7ad652
treea9c31e12685dee469b3b9e9d1c90f4d6ab9baa76
parent69eea5a4ab9c705496e912b55a9d312325de19e6
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>
fs/afs/write.c