lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 26 May 2014 17:38:39 -0600
From:	Jens Axboe <axboe@...nel.dk>
To:	Fabian Frederick <fabf@...net.be>,
	linux-kernel <linux-kernel@...r.kernel.org>
CC:	akpm <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/1] block/blk-lib.c: make __blkdev_issue_zeroout static

On 2014-05-26 14:19, Fabian Frederick wrote:
> __blkdev_issue_zeroout is only used in blk-lib.c
>
> Cc: Jens Axboe <axboe@...nel.dk>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@...net.be>
> ---
>   block/blk-lib.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/block/blk-lib.c b/block/blk-lib.c
> index 97a733c..8411be3 100644
> --- a/block/blk-lib.c
> +++ b/block/blk-lib.c
> @@ -226,8 +226,8 @@ 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,
> -			sector_t nr_sects, gfp_t gfp_mask)
> +static int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
> +				  sector_t nr_sects, gfp_t gfp_mask)
>   {
>   	int ret;
>   	struct bio *bio;
>

Thanks, applied.


-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ