diff mbox

[1/3] block: remove bio_destructor_t

Message ID 1473602584-11744-2-git-send-email-hch@lst.de (mailing list archive)
State New, archived
Headers show

Commit Message

Christoph Hellwig Sept. 11, 2016, 2:03 p.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/linux/blk_types.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Bart Van Assche Sept. 14, 2016, 2:15 a.m. UTC | #1
On 09/11/2016 04:03 PM, Christoph Hellwig wrote:
> 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
>  /*

Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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
 /*