Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35086784 authored by Fabian Frederick's avatar Fabian Frederick Committed by Jens Axboe
Browse files

block/blk-lib.c: make __blkdev_issue_zeroout static



__blkdev_issue_zeroout is only used in blk-lib.c

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 19c5d84f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ EXPORT_SYMBOL(blkdev_issue_write_same);
 *  Generate and issue number of bios with zerofiled pages.
 */

int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
static int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
				  sector_t nr_sects, gfp_t gfp_mask)
{
	int ret;