]> git.baikalelectronics.ru Git - kernel.git/commit
cachefiles: Handle readpage error correctly
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 26 Oct 2020 09:12:10 +0000 (09:12 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Oct 2020 17:42:54 +0000 (10:42 -0700)
commitdc109e14c082c7febf954cd3d99f455e63454456
tree09602288708b3824dbc539c5f14d96315a7107a1
parent699c957342ca9167421f0236ff711f761d4a6038
cachefiles: Handle readpage error correctly

If ->readpage returns an error, it has already unlocked the page.

Fixes: 182f01b0663f ("CacheFiles: Handle truncate unlocking the page we're reading")
Cc: stable@vger.kernel.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/cachefiles/rdwr.c