iomap: Add flags parameter to iomap_page_create()
authorStefan Roesch <shr@fb.com>
Thu, 23 Jun 2022 17:51:47 +0000 (10:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:31 +0000 (18:39 -0600)
commit9753b868fda48330ce358df203c0069ac0788ac0
treea80fba522b1ac4834579443c76c0c43e68b485b8
parentfe6c9c6e3e3e332b998393d214fba9d09ab0acb0
iomap: Add flags parameter to iomap_page_create()

Add the kiocb flags parameter to the function iomap_page_create().
Depending on the value of the flags parameter it enables different gfp
flags.

No intended functional changes in this patch.

Signed-off-by: Stefan Roesch <shr@fb.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20220623175157.1715274-5-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/iomap/buffered-io.c