summaryrefslogtreecommitdiff
path: root/kernel-small_fixes.patch
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2019-07-15 08:51:48 (GMT)
committerArkadiusz Miśkiewicz2019-07-15 08:51:48 (GMT)
commitdbd15e1ddf260d744160f50480502f3b9145d438 (patch)
treefba07b101f98ac7ae17c696ae6b615cd0ca8a60c /kernel-small_fixes.patch
parentf75e18c52b3a95bfb465d14902a50ff64bb2cc53 (diff)
downloadkernel-dbd15e1ddf260d744160f50480502f3b9145d438.zip
kernel-dbd15e1ddf260d744160f50480502f3b9145d438.tar.gz
Diffstat (limited to 'kernel-small_fixes.patch')
-rw-r--r--kernel-small_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 227c0eb..ab67422 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -105,7 +105,7 @@ index a6f0f4761a37..9cceb90e77c5 100644
@@ -783,7 +783,7 @@ xfs_add_to_ioend(
if (!merged) {
- if (bio_full(wpc->ioend->io_bio))
+ if (bio_full(wpc->ioend->io_bio, len))
- xfs_chain_bio(wpc->ioend, wbc, bdev, sector);
+ wpc->ioend->io_bio = xfs_chain_bio(wpc->ioend->io_bio);
bio_add_page(wpc->ioend->io_bio, page, len, poff);