diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/blk-lib.c b/block/blk-lib.c index 97a733cf3d5f..8411be3c19d3 100644 --- a/block/blk-lib.c +++ b/block/blk-lib.c | |||
@@ -226,8 +226,8 @@ EXPORT_SYMBOL(blkdev_issue_write_same); | |||
226 | * Generate and issue number of bios with zerofiled pages. | 226 | * Generate and issue number of bios with zerofiled pages. |
227 | */ | 227 | */ |
228 | 228 | ||
229 | int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, | 229 | static int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, |
230 | sector_t nr_sects, gfp_t gfp_mask) | 230 | sector_t nr_sects, gfp_t gfp_mask) |
231 | { | 231 | { |
232 | int ret; | 232 | int ret; |
233 | struct bio *bio; | 233 | struct bio *bio; |