VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Al Viro <viro@ftp.linux.org.uk> 2005-10-07 07:46:04 +0100 committer: Linus Torvalds <torvalds@g5.osdl.org> 2005-10-08 15:00:57 -0700 commit: dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7 parent: 3b0e77bd144203a507eb191f7117d2c5004ea1de
Commit Summary:
[PATCH] gfp flags annotations - part 1
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index bb9aebe93862..c5adcdddf3cc 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -102,7 +102,7 @@ static struct bio *mpage_bio_submit(int rw, struct bio *bio)
 static struct bio *
 mpage_alloc(struct block_device *bdev,
 		sector_t first_sector, int nr_vecs,
-		unsigned int __nocast gfp_flags)
+		gfp_t gfp_flags)
 {
 	struct bio *bio;