]> 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)
commitda71917d3e5f5ab287c30cbbf7b7a583c1a94709
tree09602288708b3824dbc539c5f14d96315a7107a1
parentc3fa965934127c85cf549e6db250093fd24e79ee
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