]> git.baikalelectronics.ru Git - kernel.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)
commit5b917c4245802de916d96cc42526b1ae361776cd
treea9c31e12685dee469b3b9e9d1c90f4d6ab9baa76
parentd94eac583ff20dbd8246dca2aa4fc1381db362de
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