From: Greg Kroah-Hartman Date: Fri, 5 Mar 2021 11:58:25 +0000 (+0100) Subject: fix queue-4.4/swap-fix-swapfile-read-write-offset.patch changelog X-Git-Tag: v4.4.260~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dc3680b5bef7b314be8fea133c1f4689c54ad58;p=thirdparty%2Fkernel%2Fstable-queue.git fix queue-4.4/swap-fix-swapfile-read-write-offset.patch changelog --- diff --git a/queue-4.4/swap-fix-swapfile-read-write-offset.patch b/queue-4.4/swap-fix-swapfile-read-write-offset.patch index d1df85edead..1aae00a2712 100644 --- a/queue-4.4/swap-fix-swapfile-read-write-offset.patch +++ b/queue-4.4/swap-fix-swapfile-read-write-offset.patch @@ -15,7 +15,6 @@ writing where we should not be... that implement rw_page ops (brd, zram, btt, pmem), and not on top of any other block devices, in contrast to the upstream commit fix.] -Fixes: 48d15436fde6 ("mm: remove get_swap_bio") Fixes: dd6bd0d9c7db ("swap: use bdev_read_page() / bdev_write_page()") Cc: stable@vger.kernel.org # 4.4 Signed-off-by: Anthony Iliopoulos