public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Fabian Frederick <fabf@skynet.be>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@linux-foundation.org>
Subject: Re: [PATCH 1/1] block/blk-lib.c: make __blkdev_issue_zeroout static
Date: Mon, 26 May 2014 17:38:39 -0600	[thread overview]
Message-ID: <5383D07F.1000302@kernel.dk> (raw)
In-Reply-To: <20140526221914.503f8b9dab389f8100638b71@skynet.be>

On 2014-05-26 14:19, Fabian Frederick wrote:
> __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: Fabian Frederick <fabf@skynet.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


      reply	other threads:[~2014-05-26 23:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-26 20:19 [PATCH 1/1] block/blk-lib.c: make __blkdev_issue_zeroout static Fabian Frederick
2014-05-26 23:38 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5383D07F.1000302@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox