aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2021-12-10 14:46:18 -0800
committerLinus Torvalds <[email protected]>2021-12-10 17:10:55 -0800
commit0c941cf30b913d4a684d3f8d9eee60e0daffdc79 (patch)
treee8e947137bfffc6d7bdca780cf78da0e81b27b3e /net/unix/af_unix.c
parentd020d9e63d5396fbcc3a2c01cee38e28c7d20a3d (diff)
filemap: remove PageHWPoison check from next_uptodate_page()
Pages are individually marked as suffering from hardware poisoning. Checking that the head page is not hardware poisoned doesn't make sense; we might be after a subpage. We check each page individually before we use it, so this was an optimisation gone wrong. It will cause us to fall back to the slow path when there was no need to do that Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Reviewed-by: Naoya Horiguchi <[email protected]> Cc: Yang Shi <[email protected]> Cc: "Kirill A . Shutemov" <[email protected]> Cc: Hugh Dickins <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions