summaryrefslogtreecommitdiff
path: root/kernel-small_fixes.patch
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2018-11-21 10:57:02 (GMT)
committerArkadiusz Miśkiewicz2018-11-21 10:57:02 (GMT)
commit679d237fdefebb21903f94f8dfb1dc357f852489 (patch)
tree769ef4c3615744cd39fad1eae7c76bac7c4e60f8 /kernel-small_fixes.patch
parent5da6072d9f9a819a5b0bbb80b333ed000155dff6 (diff)
downloadkernel-679d237fdefebb21903f94f8dfb1dc357f852489.zip
kernel-679d237fdefebb21903f94f8dfb1dc357f852489.tar.gz
- rel 3; fixed for xfs changesauto/th/kernel-4.19.2-3
Diffstat (limited to 'kernel-small_fixes.patch')
-rw-r--r--kernel-small_fixes.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 5ef9dd5..b97c7aa 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -13,10 +13,8 @@ Signed-off-by: Shaohua Li <shli@fb.com>
fs/xfs/xfs_super.c | 1 +
2 files changed, 3 insertions(+)
-diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
-index f18e593..6535054 100644
---- a/fs/xfs/xfs_aops.c
-+++ b/fs/xfs/xfs_aops.c
+--- linux-4.19/fs/xfs/xfs_aops.c.org 2018-11-21 10:31:12.348955352 +0100
++++ linux-4.19/fs/xfs/xfs_aops.c 2018-11-21 10:34:35.241764742 +0100
@@ -613,8 +613,10 @@ xfs_add_to_ioend(
list_add(&wpc->ioend->io_list, iolist);
wpc->ioend = xfs_alloc_ioend(inode, wpc->io_type, offset,
@@ -24,7 +22,7 @@ index f18e593..6535054 100644
+ wbc_init_bio(wbc, wpc->ioend->io_bio);
}
-+ wbc_account_io(wbc, bh->b_page, bh->b_size);
++ wbc_account_io(wbc, page, len);
if (!__bio_try_merge_page(wpc->ioend->io_bio, page, len, poff)) {
if (iop)
atomic_inc(&iop->write_count);