VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Christoph Hellwig <hch@lst.de> 2021-03-11 12:01:37 +0100 committer: Jens Axboe <axboe@kernel.dk> 2021-03-11 07:47:48 -0700 commit: a8affc03a9b375e19bc81573de0c9108317d78c7 parent: df66617bfe87487190a60783d26175b65d2502ce
Commit Summary:
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index 961234d68779..334e7d09aa65 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -616,7 +616,7 @@ alloc_new:
 				goto out;
 		}
 		bio = mpage_alloc(bdev, blocks[0] << (blkbits - 9),
-				BIO_MAX_PAGES, GFP_NOFS|__GFP_HIGH);
+				BIO_MAX_VECS, GFP_NOFS|__GFP_HIGH);
 		if (bio == NULL)
 			goto confused;