]> 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)
commit95a6687d0fa1f4767ff8914952d327e11d1195de
treea9c31e12685dee469b3b9e9d1c90f4d6ab9baa76
parent7d77843fc1b85a2a3e7b1669ae98eda5de8c3a87
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