]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - fs/xfs/xfs_aops.c
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[thirdparty/kernel/stable.git] / fs / xfs / xfs_aops.c
index 1eb625fdcb1e6257e001ee002a66184ef239a6a6..8eb3ba3d4d0026f8cba2ce7b5ba9dbca4d3d889e 100644 (file)
@@ -593,7 +593,7 @@ xfs_alloc_ioend(
        struct xfs_ioend        *ioend;
        struct bio              *bio;
 
-       bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, xfs_ioend_bioset);
+       bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &xfs_ioend_bioset);
        xfs_init_bio_from_bh(bio, bh);
 
        ioend = container_of(bio, struct xfs_ioend, io_inline_bio);