commit | 9480b4e75b7108ee68ecf5bc6b4bd68e8031c521 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <[email protected]> | Mon Oct 26 09:12:10 2020 +0000 |
committer | Linus Torvalds <[email protected]> | Mon Oct 26 10:42:54 2020 -0700 |
tree | 09602288708b3824dbc539c5f14d96315a7107a1 | |
parent | 7e2b2da60658ee6cf7a421596a3c9eb619c810f9 [diff] |
cachefiles: Handle readpage error correctly If ->readpage returns an error, it has already unlocked the page. Fixes: 5e929b33c393 ("CacheFiles: Handle truncate unlocking the page we're reading") Cc: [email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>