All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: axboe@fb.com
Cc: linux-block@vger.kernel.org
Subject: [PATCH 1/3] block: remove bio_destructor_t
Date: Sun, 11 Sep 2016 16:03:02 +0200	[thread overview]
Message-ID: <1473602584-11744-2-git-send-email-hch@lst.de> (raw)
In-Reply-To: <1473602584-11744-1-git-send-email-hch@lst.de>

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/linux/blk_types.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 436f43f..a2f4add 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -16,7 +16,6 @@ struct block_device;
 struct io_context;
 struct cgroup_subsys_state;
 typedef void (bio_end_io_t) (struct bio *);
-typedef void (bio_destructor_t) (struct bio *);
 
 #ifdef CONFIG_BLOCK
 /*
-- 
2.1.4


  reply	other threads:[~2016-09-11 14:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-11 14:03 a few trivial cleanups Christoph Hellwig
2016-09-11 14:03 ` Christoph Hellwig [this message]
2016-09-14  2:15   ` [PATCH 1/3] block: remove bio_destructor_t Bart Van Assche
2016-09-11 14:03 ` [PATCH 2/3] bio.h: remove a very outdated comment Christoph Hellwig
2016-09-11 14:03 ` [PATCH 3/3] block: remove IOPRIO_BITS Christoph Hellwig
2016-09-14  2:16   ` Bart Van Assche
2016-09-14 15:18 ` a few trivial cleanups Jens Axboe

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=1473602584-11744-2-git-send-email-hch@lst.de \
    --to=hch@lst.de \
    --cc=axboe@fb.com \
    --cc=linux-block@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.